Axinom Mosaic Libraries
    Preparing search index...

    Interface EnsureImageExistsCommand

    Ensure image exists command schema.

    interface EnsureImageExistsCommand {
        image_location: string;
        image_type: string;
        tags?: string[];
    }
    Index

    Properties

    image_location: string

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

    image_type: string

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

    tags?: string[]

    An array of tags for an image.