skysync-cli
Version:
SkySync Command Line Interface
40 lines (39 loc) • 916 B
TypeScript
export declare const schedulersSearchArgumentsDefault: {
offset: {
default: number;
desc: string;
type: string;
group: string;
};
limit: {
default: number;
desc: string;
type: string;
group: string;
};
search: {
alias: string;
desc: string;
type: string;
group: string;
};
active: {
desc: string;
type: string;
group: string;
default: any;
};
};
export declare const outputFormat: {
table: ({
header: string;
property: string;
transform?: undefined;
} | {
header: string;
property: string;
transform: (val: any) => boolean;
})[];
};
export declare function getSearchArgs(argv: any): any;
export declare function searchCriteriaIsMissing(argv: any): boolean;