Interface ModalSubmitComponentsBooleanValue<T>

interface ModalSubmitComponentsBooleanValue<T> {
    customID: string;
    type: T;
    value: boolean;
}

Type Parameters

Hierarchy (view full)

Properties

Properties

customID: string
type: T
value: boolean