Create apps without authentication(#2025)
This commit is contained in:
parent
b9fc0e6d71
commit
fda1ab3e05
3 changed files with 4 additions and 3 deletions
|
@ -13,7 +13,7 @@ export default App;
|
|||
export type IApp = {
|
||||
_id: mongo.ObjectID;
|
||||
createdAt: Date;
|
||||
userId: mongo.ObjectID;
|
||||
userId: mongo.ObjectID | null;
|
||||
secret: string;
|
||||
name: string;
|
||||
nameId: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue