UNPKG

@mbc-cqrs-serverless/tenant

Version:
11 lines (10 loc) 204 B
export declare class CommonTenantCreateDto { /** * Value for tenant name create (required). */ name: string; /** * attributes for tenant code */ attributes?: object; }