Type Alias ClientLogRawData$clientArgs<ExtArgs>

ClientLogRawData$clientArgs<ExtArgs>: {
    include?: ClientInclude<ExtArgs> | null;
    omit?: ClientOmit<ExtArgs> | null;
    select?: ClientSelect<ExtArgs> | null;
    where?: ClientWhereInput;
}

ClientLogRawData.client

Type Parameters

Type declaration