Type Alias R2StorageGuildCreateManyR2StorageInput

R2StorageGuildCreateManyR2StorageInput: {
    allowedUntil?: Date | string | null;
    dbId?: string;
    guildId: string;
}