Type alias CreateProjectArg

CreateProjectArg: {
    createProjectBody: CreateProjectBody;
}

Type declaration