Type Alias R2StorageUncheckedCreateWithoutGuildsInput
R2StorageUncheckedCreateWithoutGuildsInput: {
dbId?: string;
key: string;
streamDate?: Date | string | null;
tempUrl?: string | null;
thumbnail?: string | null;
urlExpiresAt?: Date | string | null;
}