iink-ts - v4.0.0
    Preparing search index...

    Type Alias THTTPClientV1PostData

    type THTTPClientV1PostData = {
        configuration: THTTPClientV1PostConfiguration;
        contentType: string;
        conversionState?: TConverstionState;
        height: number;
        strokeGroups: TStrokeGroupToSend[];
        width: number;
        xDPI: number;
        yDPI: number;
    }
    Index
    contentType: string
    conversionState?: TConverstionState
    height: number
    strokeGroups: TStrokeGroupToSend[]
    width: number
    xDPI: number
    yDPI: number