Indent.
This commit is contained in:
parent
c3d6fa97cf
commit
2fdce22698
@ -1,15 +1,15 @@
|
|||||||
// vim: set tw=80 ts=2 sw=2 sts=2:
|
// vim: set tw=80 ts=2 sw=2 sts=2:
|
||||||
|
|
||||||
export class Operation {
|
export class Operation {
|
||||||
id: number;
|
id: number;
|
||||||
operation_date: string;
|
operation_date: string;
|
||||||
label: string;
|
label: string;
|
||||||
value: number;
|
value: number;
|
||||||
category: string;
|
category: string;
|
||||||
scheduled_operation_id: number;
|
scheduled_operation_id: number;
|
||||||
account_id: number;
|
account_id: number;
|
||||||
balance: number;
|
balance: number;
|
||||||
confirmed: boolean;
|
confirmed: boolean;
|
||||||
pointed: boolean;
|
pointed: boolean;
|
||||||
cancelled: boolean
|
cancelled: boolean
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user