interface PostBody {
    project: { id: string };
}

Properties

Properties

project: { id: string }