Skip to content

ruairidhflint/td

Repository files navigation

What types do I have?

The fundamental Todo type which is displayed and then subsequently saved

interface Todo { todo: string; completed: string | boolean; id: string; status?: string | boolean; created_at?: string; }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published