interface PushResponse {
    info?: string;
    isSuccess: boolean;
}

Properties

Properties

info?: string
isSuccess: boolean

Generated using TypeDoc