@sprucelabs/mercury-client
Version:
The simple way to interact with the Spruce Experience Platform
58 lines (57 loc) • 1.57 kB
TypeScript
declare const _default: {
id: string;
name: string;
description: string;
fields: {
fqen: {
type: "text";
isRequired: true;
};
action: {
type: "select";
isRequired: true;
options: {
choices: {
value: string;
label: string;
}[];
};
};
target: {
type: "schema";
isRequired: true;
options: {
schema: {
id: string;
fields: {
locationId: {
type: "id";
options: undefined;
};
personId: {
type: "id";
options: undefined;
};
organizationId: {
type: "id";
options: undefined;
};
skillId: {
type: "id";
options: undefined;
};
roleId: {
type: "id";
options: undefined;
};
};
};
};
};
permissionContractId: {
type: "id";
isRequired: true;
};
};
};
export default _default;