TokenOutputDTO

interface TokenOutputDTO {
    token: string;
}

Properties

Properties

token: string

TokenOutputDTO