export type QueryTokenStatusParams = {
    TokenTerm: string;
    TokenValue: string;
};
