Interface CallableCreate

Hierarchy

  • Create
    • CallableCreate
  • Creates a stage for an existing tournament. The tournament won't be created.

    Parameters

    • stage: InputStage

      A stage to create.

    Returns Promise<Stage>

    Deprecated

    Please use manager.create.stage() instead.

Methods

Methods

  • Creates a stage for an existing tournament. The tournament won't be created.

    Parameters

    • data: InputStage

      The stage to create.

    Returns Promise<Stage>

Generated using TypeDoc