Type Alias R2StorageUncheckedCreateWithoutGuildsInput

R2StorageUncheckedCreateWithoutGuildsInput: {
    dbId?: string;
    key: string;
    tempUrl?: string | null;
    urlExpiresAt?: Date | string | null;
}