export interface Bit { target: 'bit'; id?: number; appIdentifier?: string; appId?: number; authorId?: number; originalId?: string; contentHash?: number; createdAt?: Date; updatedAt?: Date; title?: string; email?: string; photo?: string; body?: string; type?: any; bitCreatedAt?: number; bitUpdatedAt?: number; webLink?: string; desktopLink?: string; author?: Bit; people?: Bit[]; bits?: Bit[]; app?: any; data?: any; location?: any; crawled?: boolean; } //# sourceMappingURL=BitLike.d.ts.map