Files
Cli-Proxy-API-Management-Ce…/src/types/sourceInfo.ts
T
2026-02-22 16:08:06 +08:00

10 lines
136 B
TypeScript

export type SourceInfo = {
displayName: string;
type: string;
};
export type CredentialInfo = {
name: string;
type: string;
};