Interface TokenAuth

interface TokenAuth {
    auth_token: string;
}

Properties

Properties

auth_token: string