Type Alias: ConfigUpdateResponse
Makaio Framework / contracts / ConfigUpdateResponse
Type Alias: ConfigUpdateResponse
Section titled “Type Alias: ConfigUpdateResponse”ConfigUpdateResponse =
z.infer<typeofConfigSchemas.update.response>
Defined in: ../../../packages/contracts/src/config/config-subjects.ts:62
Type for config.update response.
Type Composition
Section titled “Type Composition”ConfigUpdateResponsez.infer<typeof ConfigSchemas.update.response>typeof ConfigSchemas.update.response
Resolved Shape
Section titled “Resolved Shape”type ConfigUpdateResponse = { success: boolean;};