shitton of the ai changes
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export type BoundaryPrimitive = string | number | boolean | bigint | null | undefined;
|
||||
|
||||
export type BoundaryValue = BoundaryPrimitive | object | readonly BoundaryValue[];
|
||||
|
||||
export interface BoundaryRecord {
|
||||
readonly [key: string]: BoundaryValue;
|
||||
}
|
||||
|
||||
export type ErrorLike = Error | string | BoundaryRecord;
|
||||
Reference in New Issue
Block a user