UNPKG

@bitblit/ratchet-misc

Version:

Ratchet miscellaneous tooling that requires smallish dependant libraries

10 lines (9 loc) 562 B
import type { GetAccountAllOfRelayData } from './GetAccountAllOfRelayData.js'; export interface GetAccountAllOfRelay { enabled: boolean; data: GetAccountAllOfRelayData; } export declare function instanceOfGetAccountAllOfRelay(value: object): boolean; export declare function GetAccountAllOfRelayFromJSON(json: any): GetAccountAllOfRelay; export declare function GetAccountAllOfRelayFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetAccountAllOfRelay; export declare function GetAccountAllOfRelayToJSON(value?: GetAccountAllOfRelay | null): any;