Type Alias MoveStructField

MoveStructField: {
    name: string;
    type: string;
}

A field in a Move struct, identified by its name.