interface DevfiveApiConstructor {
    new DevfiveApiConstructornew <PK, Prefix, CRUDApi>(pk, prefix, crud?): DevfiveApiInstance<PK, Prefix, CRUDApi>;
}

Constructors

Constructors

Generated using TypeDoc