ModuleOutputDTO

interface ModuleOutputDTO {
    builtin?: string;
    createdAt: string;
    id: string;
    latestVersion: ModuleVersionOutputDTO;
    name: string;
    updatedAt: string;
}

Properties

builtin?: string

ModuleOutputDTO

createdAt: string

ModuleOutputDTO

id: string

ModuleOutputDTO

latestVersion: ModuleVersionOutputDTO

ModuleOutputDTO

name: string

ModuleOutputDTO

updatedAt: string

ModuleOutputDTO