export interface IEditPlaceholderCommandArgs<TPlaceholderItem> {
    placeholder: TPlaceholderItem;
    state: boolean;
}
