@typed-discord/rest
    Preparing search index...

    Interface TermsFormFieldResponse

    interface TermsFormFieldResponse {
        description?: string;
        field_type: TERMS;
        label?: string;
        required?: boolean;
        response?: boolean;
        values: string[];
    }
    Index

    Properties

    description?: string

    Optional helper text shown below label

    field_type: TERMS

    Type of form field

    label?: string

    Label shown above field

    required?: boolean

    Whether applicant must fill in field

    response?: boolean

    Whether applicant accepted terms

    values: string[]

    Terms applicant must acknowledge