feat: platform exchange endpoint
This commit is contained in:
@@ -3,7 +3,7 @@ import { AppEnv } from "../genModels/genEnums.js";
|
||||
export type ApiKey = {
|
||||
id: string;
|
||||
org_id: string;
|
||||
user_id: string;
|
||||
user_id: string | null;
|
||||
name: string;
|
||||
prefix: string;
|
||||
created_at: number;
|
||||
|
||||
Reference in New Issue
Block a user