Skip to content

fix(types): allow null and undefined on certain props of IUser #4

fix(types): allow null and undefined on certain props of IUser

fix(types): allow null and undefined on certain props of IUser #4

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn