Interface ActionEditNote

interface ActionEditNote {
    order: CardOrder;
    text: string;
    type: "editNote";
}

Properties

Properties

order: CardOrder
text: string
type: "editNote"