src/endpoints/custom-html.endpoint.ts(26,26): error TS2345: Argument of type 'Struct<{ envid: typeof String$; connectionid: typeof String$; }>' is not assignable to parameter of type 'Schema<unknown, Readonly<Record<string, string | undefined>>, unknown>'.
Type 'Struct<{ envid: typeof String$; connectionid: typeof String$; }>' is missing the following properties from type 'Schema<unknown, Readonly<Record<string, string | undefined>>, unknown>': Context, [TypeId]
src/endpoints/custom-html.endpoint.ts(27,27): error TS2345: Argument of type 'Struct<{ acr_values: typeof String$; }>' is not assignable to parameter of type 'Schema<unknown, Readonly<Record<string, string | readonly string[] | undefined>>, unknown>'.
src/endpoints/custom-html.endpoint.ts(26,26): error TS2345: Argument of type 'Struct<{ envid: typeof String$; connectionid: typeof String$; }>' is not assignable to parameter of type 'Schema<unknown, Readonly<Record<string, string | undefined>>, unknown>'.
Type 'Struct<{ envid: typeof String$; connectionid: typeof String$; }>' is missing the following properties from type 'Schema<unknown, Readonly<Record<string, string | undefined>>, unknown>': Context, [TypeId]
src/endpoints/custom-html.endpoint.ts(27,27): error TS2345: Argument of type 'Struct<{ acr_values: typeof String$; }>' is not assignable to parameter of type 'Schema<unknown, Readonly<Record<string, string | readonly string[] | undefined>>, unknown>'.