Type Alias GetApplicationByProjectResponse
GetApplicationByProjectResponse: {
creator: string;
description: string;
id: string;
name: string;
projectId: string;
type: string;
url?: string;
}
Type declaration
creator: string
description: string
id: string
name: string
projectId: string
type: string
Optionalurl?: string