Variable CustomerCategorySchemaConst
CustomerCategorySchema: Struct<
{
analytical_code: NullOr<typeof String$>;
category_group: Struct<{ id: typeof Number$ }>;
created_at: typeof String$;
id: typeof Number$;
label: typeof String$;
updated_at: typeof String$;
weight: typeof String$;
},
> = ...
Customer category returned by list categories endpoint.