mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-06-16 21:03:58 +08:00
10 lines
136 B
TypeScript
10 lines
136 B
TypeScript
export type SourceInfo = {
|
|
displayName: string;
|
|
type: string;
|
|
};
|
|
|
|
export type CredentialInfo = {
|
|
name: string;
|
|
type: string;
|
|
};
|