UNPKG

@bitblit/ratchet-misc

Version:

Ratchet miscellaneous tooling that requires smallish dependant libraries

9 lines (8 loc) 508 B
export interface GetChildInfoAllOfApiKeysV3 { name: string; key: string; } export declare function instanceOfGetChildInfoAllOfApiKeysV3(value: object): boolean; export declare function GetChildInfoAllOfApiKeysV3FromJSON(json: any): GetChildInfoAllOfApiKeysV3; export declare function GetChildInfoAllOfApiKeysV3FromJSONTyped(json: any, ignoreDiscriminator: boolean): GetChildInfoAllOfApiKeysV3; export declare function GetChildInfoAllOfApiKeysV3ToJSON(value?: GetChildInfoAllOfApiKeysV3 | null): any;