Interface RequestExpansionOutput

Output returned to the calling agent.

interface RequestExpansionOutput {
    acknowledged: boolean;
    message: string;
}

Properties

acknowledged: boolean
message: string