mirror of
https://github.com/danbulant/ester_os
synced 2026-07-06 19:41:00 +00:00
Remove removePrevious from type definition
This commit is contained in:
parent
25e691face
commit
10274e7a91
1 changed files with 0 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
export default interface renderer {
|
export default interface renderer {
|
||||||
name: string;
|
name: string;
|
||||||
removePrevious: boolean;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Possible states (see /defs/renderStates.ts):
|
* Possible states (see /defs/renderStates.ts):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue