UNPKG

@trophyso/node

Version:
10 lines (9 loc) 241 B
/** * A tenant to create. */ export interface CreateTenantRequestItem { /** The external customer ID. Must be unique within the environment. */ customerId: string; /** Human-readable name for the tenant. */ name: string; }