Type Alias UserSessionUncheckedCreateWithoutUserInput

UserSessionUncheckedCreateWithoutUserInput: {
    dbId?: string;
    expiresAt: Date | string;
    key: string;
}