Fix BigInt custom scalar type + lint issues
Signed-off-by: Émile Ré <nemile.re@gmail.com>
This commit is contained in:
@@ -7,8 +7,8 @@ export interface TrustCenterAccess {
|
||||
active: boolean;
|
||||
hasAcceptedNonDisclosureAgreement: boolean;
|
||||
createdAt: string;
|
||||
lastTokenExpiresAt: string | null;
|
||||
lastTokenExpiresAt?: string | null;
|
||||
pendingRequestCount: number;
|
||||
activeCount: number;
|
||||
documentAccesses?: TrustCenterDocumentAccess[];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user