UNPKG
skailan-core
Version:
latest (6.0.0)
6.0.0
Servicio de autenticación y multitenancy para Skailan.
github.com/skailan/skailan
skailan/skailan
skailan-core
/
dist
/
organization
/
domain
/
entities
/
Feature.d.ts
9 lines
•
278 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
class
Feature
{
readonly
id
:
string
;
name
:
string
;
description
:
string
;
createdAt
:
Date
;
updatedAt
:
Date
;
constructor
(
id
:
string
,
name
:
string
,
description
:
string
,
createdAt
:
Date
,
updatedAt
:
Date
); }
//# sourceMappingURL=Feature.d.ts.map