@webitel/api-services
    Preparing search index...

    Represents Image entity with necessary fields.

    interface WebitelImApiGatewayV1ImageInput {
        id?: string;
        link?: string;
        mimeType?: string;
        name?: string;
    }
    Index

    Properties

    id?: string
    link?: string
    mimeType?: string
    name?: string