We should be able to create/use TypedStruct extensions in our customisation for things like jason and outstanding. These can are similar to resource extensions and really belong in the same package.
The typed_struct extensions benefit from some Ash.TypedStruct.Info which I've contributed as an ash PR ash-project/ash#2277
When this is available contribute to ash_outstanding and ash_jason to extend these for typed_structs.
Type structs don't have a concept of public/private attributes, so jason pick won't be quite so rich. Can create a fork of ash_jason and contribute this.
We should be able to create/use TypedStruct extensions in our customisation for things like jason and outstanding. These can are similar to resource extensions and really belong in the same package.
The typed_struct extensions benefit from some Ash.TypedStruct.Info which I've contributed as an ash PR ash-project/ash#2277
When this is available contribute to ash_outstanding and ash_jason to extend these for typed_structs.
Type structs don't have a concept of public/private attributes, so jason pick won't be quite so rich. Can create a fork of ash_jason and contribute this.