interface Struct {
    base: string;
    fields: Field[];
    name: string;
}

Properties

Properties

base: string
fields: Field[]
name: string