linXiv frontend (TS/JS)
    Preparing search index...

    Type Alias CreatedProject

    type CreatedProject = {
        project: { id: number; name: string };
    }
    Index
    project: { id: number; name: string }