@cfxlabsinc/b2b-services
    Preparing search index...
    interface SentryProject {
        project: Project;
        provider: Provider;
        slug: string;
    }
    Index
    project: Project
    provider: Provider
    slug: string

    The slug as a plain string. project.name and project.slug are Outputs, which would interpolate as "Output<...>" in an error message thrown outside an apply.