Interface ITenantCreationRequest

interface ITenantCreationRequest {
    hostname: string[];
    licenseKey: string;
    name: string;
}

Properties

hostname: string[]
licenseKey: string
name: string