UNPKG

@bitblit/ratchet-misc

Version:

Ratchet miscellaneous tooling that requires smallish dependant libraries

10 lines (9 loc) 478 B
import type { GetSegmentsSegments } from './GetSegmentsSegments.js'; export interface GetSegments { segments?: GetSegmentsSegments; count?: number; } export declare function instanceOfGetSegments(value: object): boolean; export declare function GetSegmentsFromJSON(json: any): GetSegments; export declare function GetSegmentsFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetSegments; export declare function GetSegmentsToJSON(value?: GetSegments | null): any;