R2StorageCreateInput: {
    dbId?: string;
    guilds?: R2StorageGuildCreateNestedManyWithoutR2StorageInput;
    key: string;
    tempUrl?: string | null;
    urlExpiresAt?: Date | string | null;
}