0
Fork 0
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:
Darcy Ye 2023-06-01 17:00:38 +08:00 committed by GitHub
parent 3d98852334
commit a8ad9b9371
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,8 +5,4 @@ import type { Tenants } from '../models/tenants.js';
export const defaultTenantId = 'default';
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>;