ImportInputDTO

interface ImportInputDTO {
    currency: boolean;
    players: boolean;
    roles: boolean;
    shop: boolean;
}

Properties

currency: boolean

ImportInputDTO

players: boolean

ImportInputDTO

roles: boolean

ImportInputDTO

shop: boolean

ImportInputDTO