Type Alias ContentSelection
ContentSelection: { file?: Pick<FileRetrieve, "id" | "name">; fileId: FileRetrieve["id"]; name?: string; pageIndex?: number; type: "file" | "page";} Type declaration
Optional
name?: string
Optional
pageIndex?: number
type: "file" | "page"