Interface ListItemEntry

interface ListItemEntry {
    persistent?: boolean;
    value: Record<string, string>;
}

Properties

Properties

persistent?: boolean
value: Record<string, string>