/** * This file was auto-generated by Fern from our API Definition. */ import * as Abound from "../../../index"; /** * @example * { * id: "userId_sampleXGMFnhOpeR", * createdAt: "2024-01-01T00:00:00.000Z", * foreignId: "my-foreign-id" * } */ export interface UserSchema extends Abound.UserRequestSchema { /** The unique identifier for this user. */ id: string; /** The creation date and time of the user in `ISO 8601` format. */ createdAt: string; }