Type Alias R2StorageGuildMinAggregateOutputType

R2StorageGuildMinAggregateOutputType: {
    allowedUntil: Date | null;
    dbId: string | null;
    guildId: string | null;
    r2StorageId: string | null;
}