export type files_LastModifiedBy = { /** * Id is the id of the user who last modified the file. */ id?: string; /** * Object is the entity type of the modifier (e.g. internalUser, client). */ object?: string; };