/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * { * organizationID: "string", * rangeStart: "string", * rangeEnd: "string" * } */ export interface CreateAuditLogExportOpts { organizationID: string; rangeStart: string; rangeEnd: string; actions?: string[]; actors?: string[]; actorNames?: string[]; actorIDs?: string[]; targets?: string[]; }