Type Alias CreateStackData

CreateStackData: {
    body: request_CreateStackRequest;
    query?: { fromTemplate?: boolean; initTopology?: boolean };
}

Type declaration

  • body: request_CreateStackRequest

    Created stack

  • Optionalquery?: { fromTemplate?: boolean; initTopology?: boolean }
    • OptionalfromTemplate?: boolean

      Whether to create an AppConfig from template when creating the stack

    • OptionalinitTopology?: boolean

      Whether to initialize an AppTopology from template when creating the stack