interface GraphQLInvalidTokenError {
    code: "invalid_token";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: "invalid_token"

Generated using TypeDoc