createSuccess
This content is for v1.2.1. Switch to the latest version for up-to-date documentation.
createSuccess<
TValue>(value):BookmarkCommandSuccess<TValue>
Defined in: application/bookmarks/bookmark-organization-use-case-helpers.ts:39
成功結果を作成。
Type Parameters
Section titled “Type Parameters”TValue
Section titled “TValue”TValue
Parameters
Section titled “Parameters”TValue
成功値。
Returns
Section titled “Returns”BookmarkCommandSuccess<TValue>
成功結果。
Example
Section titled “Example”const result = createSuccess(value);