File size: 136 Bytes
5c05829
 
 
 
 
1
2
3
4
5
6
export declare class EmailJSResponseStatus {
    status: number;
    text: string;
    constructor(_status?: number, _text?: string);
}