Interface RawModalSubmitRoleSelectComponent

interface RawModalSubmitRoleSelectComponent {
    custom_id: string;
    type: ROLE_SELECT;
    values: string[];
}

Hierarchy (view full)

Properties

Properties

custom_id: string
values: string[]