Type alias PatchProjectArg

PatchProjectArg: {
    patchProjectBody: PatchProjectBody;
    projectId: string;
}

Type declaration