Interface CustomerToken

interface CustomerToken {
    token: string;
}

Properties

Properties

token: string