Class PostOnlyParams

Hierarchy

  • PostOnlyParams

Constructors

Properties

MUST_POST_ONLY: {
    mustPostOnly: {};
} = ...

Type declaration

  • mustPostOnly: {}
    NONE: {
        none: {};
    } = ...

    Type declaration

    • none: {}
      SLIDE: {
          slide: {};
      } = ...

      Type declaration

      • slide: {}
        TRY_POST_ONLY: {
            tryPostOnly: {};
        } = ...

        Type declaration

        • tryPostOnly: {}

          Generated using TypeDoc