NotePartsFragment: {
    __typename: "Note";
    id: string;
    markdown: string | null;
    text: string;
}

Type declaration

  • __typename: "Note"
  • id: string
  • markdown: string | null
  • text: string

Generated using TypeDoc