type AGB = { id?: string; uid?: string; profileId?: string; text: string; }; export { AGB };