UNPKG

@bitblit/ratchet-misc

Version:

Ratchet miscellaneous tooling that requires smallish dependant libraries

10 lines (9 loc) 535 B
import type { GetWATemplatesTemplatesInner } from './GetWATemplatesTemplatesInner.js'; export interface GetWATemplates { templates: Array<GetWATemplatesTemplatesInner>; count: number; } export declare function instanceOfGetWATemplates(value: object): boolean; export declare function GetWATemplatesFromJSON(json: any): GetWATemplates; export declare function GetWATemplatesFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetWATemplates; export declare function GetWATemplatesToJSON(value?: GetWATemplates | null): any;