import { User } from './User'; export interface ContentRestriction { readOnly?: boolean; reason?: string; type?: string; restrictingUser?: User; restrictionTime?: string; ownerRestricted?: boolean; systemRestricted?: boolean; } //# sourceMappingURL=ContentRestriction.d.ts.map