Interface NewCardOpts

Options for creating a new card.

interface NewCardOpts {
    list: string;
    path: string;
    template: string;
}

Properties

Properties

list: string
path: string
template: string