Type Alias R2StorageGuildFindUniqueOrThrowArgs<ExtArgs>

R2StorageGuildFindUniqueOrThrowArgs<ExtArgs>: {
    include?: R2StorageGuildInclude<ExtArgs> | null;
    omit?: R2StorageGuildOmit<ExtArgs> | null;
    select?: R2StorageGuildSelect<ExtArgs> | null;
    where: R2StorageGuildWhereUniqueInput;
}

R2StorageGuild findUniqueOrThrow

Type Parameters

Type declaration