Interface CreateAFolderRequestProps

Hierarchy

  • CreateAFolderRequestProps

Properties

Properties

body: {
    color?: string;
    member_ids?: string;
    parent_id?: string;
    title: string;
}

Type declaration

  • Optional color?: string
  • Optional member_ids?: string
  • Optional parent_id?: string
  • title: string

Generated using TypeDoc