Skip to main content

FormDescriptor

type FormDescriptor = {
id: string;
name: string;
};

metadata about the form descriptor

Properties

id

id: string;

unique id of the form


name

name: string;

name of the form