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