@intuitionrobotics/user-account
Version:
11 lines • 526 B
TypeScript
import { ApiResponse, type ExpressRequest, ServerApi } from "@intuitionrobotics/thunderstorm/backend";
import { type AccountApi_ListAccounts, type UI_Account } from "./_imports.js";
declare class ListAccounts extends ServerApi<AccountApi_ListAccounts> {
constructor();
protected process(_request: ExpressRequest, _response: ApiResponse, _queryParams: {}, _body: void): Promise<{
accounts: UI_Account[];
}>;
}
declare const _default: ListAccounts;
export default _default;
//# sourceMappingURL=list.d.ts.map