master: change repo
This commit is contained in:
6
src/models/IEncryptPassword.ts
Normal file
6
src/models/IEncryptPassword.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import IModel from '@/models/IModel'
|
||||
|
||||
export default interface IEncryptPassword extends IModel {
|
||||
password: string
|
||||
iv?: Uint8Array
|
||||
}
|
||||
Reference in New Issue
Block a user