UNPKG

@mbc-cqrs-serverless/tenant

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