adds token to projectshape

This commit is contained in:
tomlum 2022-05-23 10:35:34 -04:00
parent 330ff3692a
commit 5ca9978ce6

View file

@ -31,5 +31,6 @@ export const projectShape = shape({
remix: shape({
parent: number,
root: number
})
}),
project_token: string
});