Interface PkFactory

interface PkFactory {
    createPk(): any;
}

Methods

Methods