minor tweak
This commit is contained in:
parent
3c1d4f701d
commit
9168159044
|
@ -1,6 +1,7 @@
|
||||||
import Model from '@nozbe/watermelondb/Model';
|
import Model from '@nozbe/watermelondb/Model';
|
||||||
|
|
||||||
export interface IPermission {
|
export interface IPermission {
|
||||||
|
id: string;
|
||||||
roles: string[];
|
roles: string[];
|
||||||
_updatedAt: Date;
|
_updatedAt: Date;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue