Interface LocalLifecycleDetail

Detail payload for lifecycle events.

interface LocalLifecycleDetail {
    attempt?: number;
    reason?: string;
}

Properties

Properties

attempt?: number
reason?: string