UserSessionCreateInput: {
    dbId?: string;
    expiresAt: Date | string;
    key: string;
    user?: UserCreateNestedOneWithoutSessionsInput;
}