allow passing headline and content string through manifest
This commit is contained in:
@@ -8,6 +8,10 @@ export interface ManifestEntityActionDeleteKind extends ManifestEntityAction<Met
|
||||
export interface MetaEntityActionDeleteKind extends MetaEntityActionDefaultKind {
|
||||
detailRepositoryAlias: string;
|
||||
itemRepositoryAlias: string;
|
||||
confirm?: {
|
||||
headline?: string;
|
||||
content?: string;
|
||||
};
|
||||
}
|
||||
|
||||
declare global {
|
||||
|
||||
Reference in New Issue
Block a user