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

    Interface SeparatorComponentResponse

    interface SeparatorComponentResponse {
        divider: boolean;
        id: number;
        spacing: MessageComponentSeparatorSpacingSize;
        type: SEPARATOR;
    }
    Index

    Properties

    Properties

    divider: boolean
    id: number
    type: SEPARATOR