Variable MatchedTransactionCategorySchemaConst
MatchedTransactionCategorySchema: 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$;
},
> = ...
Category item attached to a matched transaction.