R2StorageGuildCreateInput: {
    allowedUntil?: Date | string | null;
    dbId?: string;
    guildId: string;
    r2Storage?: R2StorageCreateNestedOneWithoutGuildsInput;
}