@gridscale/api
Version:
gridscale API Wrapper
33 lines (32 loc) • 669 B
TypeScript
export declare const $TaskEventLabel: {
properties: {
type: {
type: string;
};
description: {
type: string;
};
unique: {
type: string;
};
maxlength: {
type: string;
};
response_code: {
type: string;
};
schema: {
properties: {
type: {
type: string;
};
description: {
type: string;
};
maxlength: {
type: string;
};
};
};
};
};