Type alias HSFids<T>

HSFids<T>: {
    [K in keyof T]: string
}

Type Parameters

Generated using TypeDoc