Interface GenerateStageReq

interface GenerateStageReq {
    AESEncryptIv: string;
    AESEncryptKey: string;
    Compress: string;
    CompressF: string;
    Name: string;
    PrependSize: boolean;
    Profile: string;
    RC4EncryptKey: string;
}

Properties

AESEncryptIv: string
AESEncryptKey: string
Compress: string
CompressF: string
Name: string
PrependSize: boolean
Profile: string
RC4EncryptKey: string