mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-04-28 12:30:46 -05:00
bdb3735840
This is only to avoid accidentally leaking any secrets from early development especially in the light of short-sha attacks.
5 lines
263 B
TypeScript
5 lines
263 B
TypeScript
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
|
import type { UserJson } from "./UserJson";
|
|
|
|
export type ListUsersResponse = { total_row_count: bigint, cursor: string | null, users: Array<UserJson>, };
|