Type AliasNewFormElementOptionSetSharePointListColumn

NewFormElementOptionSetSharePointListColumn: NewFormElementOptionSetBase & {
    environments: FormElementOptionSetEnvironmentSharePointListColumn[];
    type: "SHAREPOINT_LIST_COLUMN";
}