⚡ Abstract OAuth signing and make credentials extendable
This commit is contained in:
@@ -70,7 +70,7 @@ export interface ICredentialsBase {
|
||||
updatedAt: Date;
|
||||
}
|
||||
|
||||
export interface ICredentialsDb extends ICredentialsBase, ICredentialsEncrypted{
|
||||
export interface ICredentialsDb extends ICredentialsBase, ICredentialsEncrypted {
|
||||
id: number | string | ObjectID;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user