function createProject(name: string): Promise<Project>;
string
Promise
Project
Was this page helpful?