export default interface ISendTokenOpts {
    method?: string;
    headers?: any;
    body?: string;
}
