Takaro - v0.4.9
    Preparing search index...

    Interface ModuleOutputDTO

    ModuleOutputDTO

    interface ModuleOutputDTO {
        author?: string;
        builtin?: string;
        createdAt: string;
        id: string;
        latestVersion: ModuleVersionOutputDTO;
        name: string;
        supportedGames: string[];
        updatedAt: string;
        versions?: SmallModuleVersionOutputDTO[];
    }
    Index

    Properties

    author?: string

    ModuleOutputDTO

    builtin?: string

    ModuleOutputDTO

    createdAt: string

    ModuleOutputDTO

    id: string

    ModuleOutputDTO

    latestVersion: ModuleVersionOutputDTO

    ModuleOutputDTO

    name: string

    ModuleOutputDTO

    supportedGames: string[]

    ModuleOutputDTO

    updatedAt: string

    ModuleOutputDTO

    ModuleOutputDTO