interface ModalComponentData {
    components: readonly (
        | JSONEncodable<APIActionRowComponent<APITextInputComponent>>
        | ActionRowData<ModalActionRowComponentData>
    )[];
    customId: string;
    title: string;
}

Properties

customId: string
title: string