Interface UpdateAFolderRequestProps

Hierarchy

  • UpdateAFolderRequestProps

Properties

Properties

body: {
    color?: string;
    folder_id: string;
    title?: string;
}

Type declaration

  • Optional color?: string
  • folder_id: string
  • Optional title?: string

Generated using TypeDoc