Optimize the project structure and introduce DDD design (#394)
This commit is contained in:
11
projects/app/src/global/support/api/openapiReq.d.ts
vendored
Normal file
11
projects/app/src/global/support/api/openapiReq.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import type { OpenApiSchema } from '@/types/support/openapi';
|
||||
|
||||
export type GetApiKeyProps = {
|
||||
appId?: string;
|
||||
};
|
||||
|
||||
export type EditApiKeyProps = {
|
||||
appId?: string;
|
||||
name: string;
|
||||
limit: OpenApiSchema['limit'];
|
||||
};
|
||||
Reference in New Issue
Block a user