@sensefuel/sensefuelsdk
Version:
sensefuel discovery API SDK
30 lines (29 loc) • 507 B
TypeScript
export declare const KeyStringAny: {
type: string;
format: string;
property: {
type: string;
};
};
export declare const ArrayKeyString: {
type: string;
items: {
type: string;
format: string;
property: {
type: string;
};
};
};
export declare const ObjectAny: {
type: string;
properties: {
type: string;
};
};
export declare const stringArray: {
type: string;
items: {
type: string;
};
};