Files
recap/node_modules/@start9labs/start-sdk/base/lib/osBindings/LogFollowResponse.d.ts
T

6 lines
121 B
TypeScript

import type { Guid } from './Guid';
export type LogFollowResponse = {
startCursor: string | null;
guid: Guid;
};