UNPKG

@bitblit/ratchet-misc

Version:

Ratchet miscellaneous tooling that requires smallish dependant libraries

9 lines (8 loc) 577 B
export interface GetAccountAllOfMarketingAutomation { key?: string; enabled: boolean; } export declare function instanceOfGetAccountAllOfMarketingAutomation(value: object): boolean; export declare function GetAccountAllOfMarketingAutomationFromJSON(json: any): GetAccountAllOfMarketingAutomation; export declare function GetAccountAllOfMarketingAutomationFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetAccountAllOfMarketingAutomation; export declare function GetAccountAllOfMarketingAutomationToJSON(value?: GetAccountAllOfMarketingAutomation | null): any;