interface IdentifyPush {
    push(): Promise<void>;
}

Methods

Methods