UNPKG

@bitblit/ratchet-misc

Version:

Ratchet miscellaneous tooling that requires smallish dependant libraries

9 lines (8 loc) 453 B
export interface AbTestVersionStats { versionA: string; versionB: string; } export declare function instanceOfAbTestVersionStats(value: object): boolean; export declare function AbTestVersionStatsFromJSON(json: any): AbTestVersionStats; export declare function AbTestVersionStatsFromJSONTyped(json: any, ignoreDiscriminator: boolean): AbTestVersionStats; export declare function AbTestVersionStatsToJSON(value?: AbTestVersionStats | null): any;