Type Alias EntryFieldSchema
EntryFieldSchema: {
default: any;
description: string;
readOnly: boolean;
required: boolean;
type: string;
resource: string | null;
}
Type declaration
default: any
description: string
readOnly: boolean
required: boolean
type: string
resource: string | null