Type Alias ClientUncheckedCreateWithoutBlogsInput

ClientUncheckedCreateWithoutBlogsInput: {
    changelogs?: ClientChangelogUncheckedCreateNestedManyWithoutClientInput;
    clientId: string;
    dashWhitelist?: ClientCreatedashWhitelistInput | string[];
    dbId?: string;
    faq?: ClientFAQUncheckedCreateNestedManyWithoutClientInput;
    logRawDataFor?: ClientLogRawDataUncheckedCreateNestedManyWithoutClientInput;
    recentWhitelist?: ClientCreaterecentWhitelistInput | string[];
    staff?: ClientCreatestaffInput | string[];
    statChannels?: number | null;
    statusRoles?: number | null;
    totalClips?: number | null;
    totalGiveaways?: number | null;
    totalNotifications?: number | null;
    totalVods?: number | null;
}