Type alias ImageSearchSource

ImageSearchSource: {
    contentId: string;
} | {
    fileId: string;
} | {
    imageBase64: string;
}

Exactly one image source; the server rejects requests with more than one.

Type declaration

  • contentId: string

Type declaration

  • fileId: string

Type declaration

  • imageBase64: string

Generated using TypeDoc