@bitblit/ratchet-misc
Version:
Ratchet miscellaneous tooling that requires smallish dependant libraries
11 lines (10 loc) • 511 B
TypeScript
export interface GetSegmentsSegments {
id?: number;
segmentName?: string;
categoryName?: string;
updatedAt?: string;
}
export declare function instanceOfGetSegmentsSegments(value: object): boolean;
export declare function GetSegmentsSegmentsFromJSON(json: any): GetSegmentsSegments;
export declare function GetSegmentsSegmentsFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetSegmentsSegments;
export declare function GetSegmentsSegmentsToJSON(value?: GetSegmentsSegments | null): any;