interface Success {
    result: string | boolean;
    type: SUCCESS;
}

Properties

Properties

result: string | boolean
type: SUCCESS