CommentEventPointer: {
    id: string;
    kind: number;
    pubkey?: string;
    relay?: string;
    type: "event";
}

Type declaration

  • id: string
  • kind: number
  • Optionalpubkey?: string
  • Optionalrelay?: string
  • type: "event"