mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
chore(schemas): remove useless comment (#3944)
This commit is contained in:
parent
3d98852334
commit
a8ad9b9371
1 changed files with 0 additions and 4 deletions
|
@ -5,8 +5,4 @@ import type { Tenants } from '../models/tenants.js';
|
||||||
export const defaultTenantId = 'default';
|
export const defaultTenantId = 'default';
|
||||||
export const adminTenantId = 'admin';
|
export const adminTenantId = 'admin';
|
||||||
|
|
||||||
/**
|
|
||||||
* `createModel` from @withtyped/server can not properly infer the model
|
|
||||||
* type, manually define it here for now.
|
|
||||||
*/
|
|
||||||
export type TenantModel = InferModelType<typeof Tenants>;
|
export type TenantModel = InferModelType<typeof Tenants>;
|
||||||
|
|
Loading…
Reference in a new issue