mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-03 05:26:07 +00:00
formatting
This commit is contained in:
parent
fd2cb00bde
commit
369a31fe02
2
vendor/types/shared.ts
vendored
2
vendor/types/shared.ts
vendored
@ -1294,7 +1294,7 @@ export type AnythingBut<T> = Exclude<
|
||||
*/
|
||||
export type Id<T> = T extends infer U ? {
|
||||
[K in keyof U]: U[K];
|
||||
}
|
||||
}
|
||||
: never;
|
||||
|
||||
export type KeysWithUndefined<T> = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user