Interface Struct_FieldsEntry

interface Struct_FieldsEntry {
    key: string;
    value: any;
}

Properties

Properties

key: string
value: any