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

    Interface SectionComponentResponse

    interface SectionComponentResponse {
        accessory: ButtonComponentResponse | ThumbnailComponentResponse;
        components: TextDisplayComponentResponse[];
        id: number;
        type: SECTION;
    }
    Index

    Properties

    id: number
    type: SECTION