Type Alias UserGettingStarted$userArgs<ExtArgs>

UserGettingStarted$userArgs<ExtArgs>: {
    include?: UserInclude<ExtArgs> | null;
    omit?: UserOmit<ExtArgs> | null;
    select?: UserSelect<ExtArgs> | null;
    where?: UserWhereInput;
}

UserGettingStarted.user

Type Parameters

Type declaration