Type Alias R2StorageGuildMaxAggregateOutputType

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