UNPKG

@bitblit/ratchet-misc

Version:

Ratchet miscellaneous tooling that requires smallish dependant libraries

8 lines (7 loc) 429 B
export interface GetBlockedDomains { domains: Array<string>; } export declare function instanceOfGetBlockedDomains(value: object): boolean; export declare function GetBlockedDomainsFromJSON(json: any): GetBlockedDomains; export declare function GetBlockedDomainsFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetBlockedDomains; export declare function GetBlockedDomainsToJSON(value?: GetBlockedDomains | null): any;