Skip to main content

Scute / Exports / ScuteUserMetaDataSchema

Interface: ScuteUserMetaDataSchema

Table of contents

Properties

Properties

id

id: UniqueIdentifier

Defined in

lib/types/scute.ts:49


name

name: string

Defined in

lib/types/scute.ts:50


field_type

field_type: "string" | "boolean" | "email" | "phone" | "integer" | "date" | "text" | "url"

Defined in

lib/types/scute.ts:51


field_name

field_name: string

Defined in

lib/types/scute.ts:60


visible_profile

visible_profile: boolean

Defined in

lib/types/scute.ts:61


visible_registration

visible_registration: boolean

Defined in

lib/types/scute.ts:62


required

required: boolean

Defined in

lib/types/scute.ts:63