/** * This file was auto-generated by Fern from our API Definition. */ import * as WorkOS from "../../../.."; /** * @example * { * actor: { * metadata: { * "string": {} * } * }, * targets: [{ * type: "string" * }] * } */ export interface CreateAuditLogSchemaOpts { actor?: WorkOS.AuditLogSchemaActorDto; targets: WorkOS.AuditLogSchemaTargetDto[]; metadata?: Record; }