Type Alias ClientFAQInclude<ExtArgs>

ClientFAQInclude<ExtArgs>: {
    client?: boolean | ClientFAQ$clientArgs<ExtArgs>;
}

Type Parameters