md-linear-sync
Version:
Sync Linear tickets to local markdown files with status-based folder organization
7 lines • 521 B
TypeScript
import { LinearSyncClient } from '../client';
import { LinearSyncConfig } from '../types';
export declare function pushCommand(ticketId?: string): Promise<void>;
export declare function pullCommand(ticketId?: string): Promise<void>;
export declare function pushSingleTicket(ticketId: string, client: LinearSyncClient, config: LinearSyncConfig): Promise<void>;
export declare function pullSingleTicket(ticketId: string, client: LinearSyncClient, config: LinearSyncConfig): Promise<void>;
//# sourceMappingURL=sync.d.ts.map