ClientCreateWithoutFaqInput: {
    blogs?: ClientBlogCreateNestedManyWithoutClientInput;
    changelogs?: ClientChangelogCreateNestedManyWithoutClientInput;
    clientId: string;
    dashWhitelist?: ClientCreatedashWhitelistInput | string[];
    dbId?: string;
    logRawDataFor?: ClientLogRawDataCreateNestedManyWithoutClientInput;
    recentWhitelist?: ClientCreaterecentWhitelistInput | string[];
    staff?: ClientCreatestaffInput | string[];
    statChannels?: number | null;
    statusRoles?: number | null;
    totalClips?: number | null;
    totalGiveaways?: number | null;
    totalNotifications?: number | null;
    totalVods?: number | null;
}