permitio / permit-node

Node.js SDK for Permit.io: Plug & Play Application Level Authorization
MIT License
25 stars 1 forks source link

TenantRead's attributes could support generic type #82

Open Akkuma opened 4 months ago

Akkuma commented 4 months ago
interface TenantRead<Attributes = object> {
  attributes?: Attributes
}