4 lines
178 B
TypeScript
4 lines
178 B
TypeScript
import type { StoredPart } from "../types";
|
|
export declare function hasContent(part: StoredPart): boolean;
|
|
export declare function messageHasContent(messageID: string): boolean;
|