Skip to content

Commit

Permalink
feat: add support for expiring applications
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinperaza committed Nov 14, 2022
1 parent 999d5a0 commit 921c1e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/models/applications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ interface Application extends Auditable {
type: ApplicationType;
permissions?: string[];
rules?: AccessRule[];
canCreateExpiringApplications?: boolean;
expiresAt?: string;
}

interface AccessRule {
Expand Down

0 comments on commit 921c1e8

Please sign in to comment.