Interface ICurrentTenantParams

interface ICurrentTenantParams {
    withParent?: boolean;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

Properties

withParent?: boolean