0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00
logto/packages/schemas/src/index.ts

4 lines
36 B
TypeScript
Raw Normal View History

2021-06-22 06:49:19 -05:00
export type A = {
foo: string;
};