@cfxlabsinc/b2b-services
    Preparing search index...

    Type Alias EventDocReference

    A link to the REST operation that returns the current state of the object an event refers to.

    slug is a ReadMe reference-page slug, which ReadMe resolves through its ref: protocol. It is the markdown filename under reference/ in CFXLabsInc/cfx-b2b-platform-docs minus the extension — those files are generated by ReadMe from the OpenAPI specs main.yml uploads, so a slug changes only when an operation's method or path changes.

    type EventDocReference = {
        label: string;
        slug: string;
    }
    Index
    label: string
    slug: string