@shortcut/client
    Preparing search index...

    Interface Identity

    The Identity of the VCS user that authored the Commit.

    interface Identity {
        entity_type: string;
        name?: null | string;
        type?: null | "slack" | "github" | "gitlab" | "bitbucket";
    }
    Index

    Properties

    entity_type: string

    A string description of this resource.

    name?: null | string

    This is your login in VCS.

    type?: null | "slack" | "github" | "gitlab" | "bitbucket"

    The service this Identity is for.