UNPKG

@bitblit/ratchet-misc

Version:

Ratchet miscellaneous tooling that requires smallish dependant libraries

9 lines (8 loc) 387 B
export interface UpdateList { name?: string; folderId?: number; } export declare function instanceOfUpdateList(value: object): boolean; export declare function UpdateListFromJSON(json: any): UpdateList; export declare function UpdateListFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateList; export declare function UpdateListToJSON(value?: UpdateList | null): any;