Interface OpsConfigType

interface OpsConfigType {
    accessToken: string;
    graphqlUri: string;
}

Properties

accessToken: string
graphqlUri: string