mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2026-06-22 08:47:31 +07:00
Resolve attachments via glob
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
export declare class SearchState {
|
||||
readonly path: string;
|
||||
readonly level: number;
|
||||
constructor(path: string, level: number);
|
||||
}
|
||||
Reference in New Issue
Block a user