Type alias TokenCountQuery

TokenCountQuery: {
    tokenCount?: number | null;
}

Type declaration

  • Optional tokenCount?: number | null

Generated using TypeDoc