This commit is contained in:
2025-01-24 01:46:20 +08:00
parent 36a24ebdff
commit eaa9ec2fea
10 changed files with 20 additions and 26 deletions

View File

@@ -10,7 +10,7 @@ export type App = {
export type Properties = Awaited<ReturnType<typeof client.app.getFormFields>>['properties'];
export type Layout = Awaited<ReturnType<typeof client.app.getFormLayout>>['layout'];
type OneOf = Properties[string];
export type OneOf = Properties[string];
export type FieldType = OneOf['type'];
const typeNames = [