@sprucelabs/spruce-event-utils
Version:
Some helpful utilities to speed up working with Mercury! 🚅
45 lines (44 loc) • 1.21 kB
TypeScript
declare const _default: {
id: string;
name: string;
moduleToImportFromWhenRemote: string;
importsWhenRemote: string[];
fields: {
pageSize: {
type: "number";
};
next: {
type: "id";
};
previous: {
type: "id";
};
sort: {
type: "schema";
isArray: true;
options: {
schema: {
id: string;
moduleToImportFromWhenRemote: string;
importsWhenRemote: string[];
fields: {
field: {
type: "id";
isRequired: true;
};
direction: {
type: "select";
options: {
choices: {
value: string;
label: string;
}[];
};
};
};
};
};
};
};
};
export default _default;