Renamed to Keap.

This commit is contained in:
ricardo
2020-04-02 19:37:40 -04:00
parent e8a8d31a97
commit 3a71e2c978
21 changed files with 84 additions and 84 deletions

View File

@@ -0,0 +1,8 @@
export interface INote {
body?: string;
contact_id?: number;
title?: string;
type?: string;
user_id?: number;
}