export interface FieldConfigurationSchemeAsResponse { /** * The ID of the field configuration scheme. */ id: string; /** * The name of the field configuration scheme. */ name: string; /** * The description of the field configuration scheme. */ description?: string; } //# sourceMappingURL=FieldConfigurationSchemeAsResponse.d.ts.map