interface ISiteCreationResponse {
    SiteId: string;
    SiteStatus:
        | 0
        | 1
        | 2
        | 3;
    SiteUrl: string;
}

Properties

SiteId: string
SiteStatus:
    | 0
    | 1
    | 2
    | 3
SiteUrl: string