👷♀️
This commit is contained in:
@@ -12,8 +12,8 @@ export type Account = {
|
||||
users?: uuid[]
|
||||
name: string
|
||||
details: string
|
||||
income: string
|
||||
expenses: string
|
||||
income: number
|
||||
expenses: number
|
||||
}
|
||||
|
||||
export type Stack = {
|
||||
@@ -32,3 +32,8 @@ export type Transaction = {
|
||||
amount: number // '30.44'
|
||||
created_at: string // '2021-04-15T00:02:45.096071Z'
|
||||
}
|
||||
|
||||
export type Password = {
|
||||
password: string
|
||||
passwordConfirm: string
|
||||
}
|
||||
|
Reference in New Issue
Block a user