Interface ModalSubmitUserSelectComponent

interface ModalSubmitUserSelectComponent {
    customID: string;
    type: USER_SELECT;
    values: string[];
}

Hierarchy (view full)

Properties

Properties

customID: string
values: string[]