/*** * * SaaSquatch Type Definitions * * This file was automatically generated. DO NOT edit it by hand, instead edit the related JSON Schema file. * * Generated on 2026-03-20T21:11:42.771Z * ***/ /*** * UserCustomFields.schema.json * Generated on 2026-03-20T21:11:43.563Z * This file was automatically generated. DO NOT edit it by hand, instead edit the related JSON Schema file. ***/ /** * Defines how custom fields can be specified on a user. Allows alphanumeric numbers and underscores. */ export interface UserCustomFieldsSchema { /** * This interface was referenced by `UserCustomFieldsSchema`'s JSON-Schema definition * via the `patternProperty` "^[a-zA-Z0-9_]{1,64}$". */ [k: string]: (string | boolean | number | null) }