minor tweak

This commit is contained in:
Reinaldo Neto 2021-12-21 15:56:27 -03:00
parent 3c1d4f701d
commit 9168159044
1 changed files with 1 additions and 0 deletions

View File

@ -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;
} }