Interface IModalFields

interface IModalFields {
    components: IComponent[];
    customId: string;
    title: string;
}

Properties

components: IComponent[]
customId: string
title: string

Generated using TypeDoc