2 lines
71 B
TypeScript
2 lines
71 B
TypeScript
export type Collation = 'nocase' | 'binary' | 'rtrim' | (string & {});
|
export type Collation = 'nocase' | 'binary' | 'rtrim' | (string & {});
|