Type Alias NewFormElementOptionSetSharePointListColumn

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