Variable StartImagesDeletionCommandSchemaConst 
 
StartImagesDeletionCommandSchema: { 
    $schema: string; 
    additionalProperties: boolean; 
    description: string; 
    properties: { 
        asset_ids: { 
            additionalItems: boolean; 
            description: string; 
            items: { 
                description: string; 
                format: string; 
                maxLength: number; 
                minLength: number; 
                type: string; 
            }; 
            type: string; 
            uniqueItems: boolean; 
        }; 
    }; 
    required: string[]; 
    title: string; 
    type: string; 
} = StartImagesDeletionCommand
Type declaration
- 
$schema: string
 
- 
additionalProperties: boolean
 
- 
description: string
 
- 
properties: { 
    asset_ids: { 
        additionalItems: boolean; 
        description: string; 
        items: { 
            description: string; 
            format: string; 
            maxLength: number; 
            minLength: number; 
            type: string; 
        }; 
        type: string; 
        uniqueItems: boolean; 
    }; 
}
- 
asset_ids: { 
    additionalItems: boolean; 
    description: string; 
    items: { 
        description: string; 
        format: string; 
        maxLength: number; 
        minLength: number; 
        type: string; 
    }; 
    type: string; 
    uniqueItems: boolean; 
}
- 
additionalItems: boolean
 
- 
description: string
 
- 
items: { 
    description: string; 
    format: string; 
    maxLength: number; 
    minLength: number; 
    type: string; 
}
- 
description: string
 
- 
format: string
 
- 
maxLength: number
 
- 
minLength: number
 
- 
type: string
 
 
- 
type: string
 
- 
uniqueItems: boolean
 
 
 
- 
required: string[]
 
- 
title: string
 
- 
type: string