defy.tools

Interface RelayRequest

interface RelayRequest {
    data?: any;
    type: string;
}

Properties

Properties

data?: any
type: string