Type alias APIType

APIType: {
    prod: string;
    sta: string;
    uat?: string;
}

Type declaration

  • prod: string

    production site container ID

  • sta: string

    staging site container ID

  • Optional uat?: string

    staging site container ID

Generated using TypeDoc