@bitblit/ratchet-misc
Version:
Ratchet miscellaneous tooling that requires smallish dependant libraries
15 lines (14 loc) • 660 B
TypeScript
export interface GetWATemplatesTemplatesInner {
id: string;
name: string;
status: string;
language: string;
category: string;
errorReason?: string;
createdAt: string;
modifiedAt: string;
}
export declare function instanceOfGetWATemplatesTemplatesInner(value: object): boolean;
export declare function GetWATemplatesTemplatesInnerFromJSON(json: any): GetWATemplatesTemplatesInner;
export declare function GetWATemplatesTemplatesInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetWATemplatesTemplatesInner;
export declare function GetWATemplatesTemplatesInnerToJSON(value?: GetWATemplatesTemplatesInner | null): any;