UNPKG

qe-fe-automation

Version:
9 lines (8 loc) 209 B
export const DelegateSchema = { type: 'object', properties: { companyDelegate: { type: 'boolean' }, delegatedUsers: { type: 'array', items: {} }, delegates: { type: 'array', items: {} } } };