Axinom Mosaic Libraries
    Preparing search index...

    Interface DeclareImageTypesCommand

    Declare image types command schema.

    interface DeclareImageTypesCommand {
        image_types: ImageType[];
        service_id: string;
    }
    Index

    Properties

    image_types: ImageType[]

    An array of image type objects.

    service_id: string

    The string has a minimum length of one character and it cannot consist of only whitespace characters.