Interface SerializedPCD<_T>

The input and output of a PCDPackage's PCDPackage.serialize and PCDPackage.deserialize methods.

interface SerializedPCD<_T> {
    pcd: string;
    type: string;
}

Type Parameters

Properties

Properties

pcd: string
type: string

Generated using TypeDoc