bpms_site/.svn/pristine/84/84e9fe04887ea9575044f2dcb039f034d5f52532.svn-base
2025-11-02 16:38:49 +03:30

5 lines
113 B
Plaintext

/// <reference types="react" />
export interface FlightResponseRef {
current: Promise<JSX.Element> | null;
}