R2StorageUncheckedCreateInput: {
    dbId?: string;
    guilds?: R2StorageGuildUncheckedCreateNestedManyWithoutR2StorageInput;
    key: string;
    tempUrl?: string | null;
    urlExpiresAt?: Date | string | null;
}