Interface iGenerateAppleWalletPassSuccessResponse

interface iGenerateAppleWalletPassSuccessResponse {
    data: string;
    type: string;
}

Implemented by

Properties

Properties

data: string
type: string