bugsnag-source-maps-fork
Version:
CLI and JS library for uploading source maps to Bugsnag
18 lines (17 loc) • 360 B
TypeScript
export declare const commonCommandDefs: ({
name: string;
type: StringConstructor;
description: string;
} | {
name: string;
type: BooleanConstructor;
description: string;
} | {
name: string;
type: StringConstructor;
description?: undefined;
} | {
name: string;
type: NumberConstructor;
description: string;
})[];