Interface Fields

interface Fields {
    items: {
        editable?: boolean;
        key: string;
        short?: boolean;
        value: string;
    }[];
    type: "fields";
}

Properties

Properties

items: { editable?: boolean; key: string; short?: boolean; value: string }[]
type: "fields"