@eaglesong/task-panorama
Version:
Eaglesong task for Panorama
34 lines (33 loc) • 748 B
TypeScript
declare const _exports: {
"$schema": string;
"type": string;
"additionalProperties": boolean;
"properties": {
"filename": {
"type": string;
};
"plugins": {
"anyOf": ({
"type": string;
"items": {
"anyOf": {
"type": string;
}[];
};
} | {
"type": string;
"items"?: undefined;
})[];
};
"ignoredPlugins": {
"type": string;
"items": {
"type": string;
};
};
"$schema": {
"type": string;
};
};
};
export = _exports;