Skip to content

TenantRead's attributes could support generic type #82

@Akkuma

Description

@Akkuma
  • I'm submitting a ...
    [ ] bug report
    [X] feature request
    [ ] question about the decisions made in the repository
    [ ] question about how to use this project

  • Summary
    TenantRead's attributes are typed as object. This isn't very useful. It would be beneficial to be able to type the attributes. This could be done in a backward compatible way as well.

interface TenantRead<Attributes = object> {
  attributes?: Attributes
}
  • Other information (e.g. detailed explanation, stack traces, related issues, suggestions how to fix, links for us to have context, eg. StackOverflow, personal fork, etc.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions