@bitblit/ratchet-misc
Version:
Ratchet miscellaneous tooling that requires smallish dependant libraries
9 lines (8 loc) • 508 B
TypeScript
export interface GetChildInfoAllOfApiKeysV2 {
name: string;
key: string;
}
export declare function instanceOfGetChildInfoAllOfApiKeysV2(value: object): boolean;
export declare function GetChildInfoAllOfApiKeysV2FromJSON(json: any): GetChildInfoAllOfApiKeysV2;
export declare function GetChildInfoAllOfApiKeysV2FromJSONTyped(json: any, ignoreDiscriminator: boolean): GetChildInfoAllOfApiKeysV2;
export declare function GetChildInfoAllOfApiKeysV2ToJSON(value?: GetChildInfoAllOfApiKeysV2 | null): any;