Variable DeleteImageCommandSchemaConst
DeleteImageCommandSchema: {
$schema: string;
additionalProperties: boolean;
description: string;
properties: {
image_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
original_source_location: {
description: string;
minLength: number;
pattern: string;
type: string;
};
};
title: string;
type: string;
} = DeleteImageCommand
Type Declaration
$schema: string
additionalProperties: boolean
description: string
properties: {
image_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
original_source_location: {
description: string;
minLength: number;
pattern: string;
type: string;
};
}
title: string
type: string