Type Alias IdentityFunction

IdentityFunction: {
    mxObjectId?: string;
    (): any;
}