[]
Name | Type |
---|---|
S |
unknown |
▸ createFragment(id
, data
): void
Name | Type |
---|---|
id |
string |
data |
S |
void
▸ deleteFragment(id
): void
Name | Type |
---|---|
id |
string |
void
▸ getFragment(id
): Promise
<undefined
| S
>
Name | Type |
---|---|
id |
string |
Promise
<undefined
| S
>
▸ updateFragment(id
, data
): void
Name | Type |
---|---|
id |
string |
data |
S |
void