StructMembers<T>: {
    [prop: string]: T;
}

Type Parameters