Esposter
    Preparing search index...

    Type Alias BanInMessageWithRelations

    BanInMessageWithRelations: BanInMessage & {
        bannedByUser: null | User;
        user: User;
    }