Type Alias R2StorageCreateWithoutGuildsInput

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