effects/WordPressAPI/configs
Esta página aún no está disponible en tu idioma.
Classes
Section titled “Classes”APIEndpointConfig
Section titled “APIEndpointConfig”Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:25^
Extends
Section titled “Extends”TagClassShape
<"APIEndpointConfig"
, {endpoint
:string
;path
:string
;type
:APISupportedTypes
; },this
>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new APIEndpointConfig(_: never): APIEndpointConfig
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:85
Parameters
Section titled “Parameters”never
Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().constructor
Properties
Section titled “Properties”[TagTypeId]
Section titled “[TagTypeId]”readonly [TagTypeId]: typeof TagTypeId;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:76
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().[TagTypeId]
Id: "APIEndpointConfig";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:75
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().Id
readonly Type: { endpoint: string; path: string; type: APISupportedTypes;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:77
endpoint
Section titled “endpoint”readonly endpoint: string;
readonly optional path: string;
readonly type: APISupportedTypes;
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().Type
readonly static _op: "Tag";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:28
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>()._op
[ChannelTypeId]
Section titled “[ChannelTypeId]”readonly static [ChannelTypeId]: VarianceStruct<never, unknown, never, unknown, { endpoint: string; path: string; type: APISupportedTypes;}, unknown, APIEndpointConfig>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Channel.d.ts:108
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().[ChannelTypeId]
[EffectTypeId]
Section titled “[EffectTypeId]”readonly static [EffectTypeId]: VarianceStruct<{ endpoint: string; path: string; type: APISupportedTypes;}, never, APIEndpointConfig>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Effect.d.ts:195
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().[EffectTypeId]
[ignoreSymbol]?
Section titled “[ignoreSymbol]?”static optional [ignoreSymbol]: TagUnifyIgnore;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:41
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().[ignoreSymbol]
[SinkTypeId]
Section titled “[SinkTypeId]”readonly static [SinkTypeId]: VarianceStruct<{ endpoint: string; path: string; type: APISupportedTypes;}, unknown, never, never, APIEndpointConfig>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Sink.d.ts:82
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().[SinkTypeId]
[STMTypeId]
Section titled “[STMTypeId]”readonly static [STMTypeId]: { _A: Covariant<{ endpoint: string; path: string; type: APISupportedTypes; }>; _E: Covariant<never>; _R: Covariant<APIEndpointConfig>;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/STM.d.ts:136
readonly _A: Covariant<{ endpoint: string; path: string; type: APISupportedTypes;}>;
readonly _E: Covariant<never>;
readonly _R: Covariant<APIEndpointConfig>;
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().[STMTypeId]
[StreamTypeId]
Section titled “[StreamTypeId]”readonly static [StreamTypeId]: VarianceStruct<{ endpoint: string; path: string; type: APISupportedTypes;}, never, APIEndpointConfig>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Stream.d.ts:111
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().[StreamTypeId]
[TagTypeId]
Section titled “[TagTypeId]”readonly static [TagTypeId]: { _Identifier: Invariant<APIEndpointConfig>; _Service: Invariant<{ endpoint: string; path: string; type: APISupportedTypes; }>;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:31
_Identifier
Section titled “_Identifier”readonly _Identifier: Invariant<APIEndpointConfig>;
_Service
Section titled “_Service”readonly _Service: Invariant<{ endpoint: string; path: string; type: APISupportedTypes;}>;
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().[TagTypeId]
[typeSymbol]?
Section titled “[typeSymbol]?”static optional [typeSymbol]: unknown;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:39
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().[typeSymbol]
[unifySymbol]?
Section titled “[unifySymbol]?”static optional [unifySymbol]: TagUnify<TagClass<APIEndpointConfig, "APIEndpointConfig", { endpoint: string; path: string; type: APISupportedTypes;}>>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:40
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().[unifySymbol]
Identifier
Section titled “Identifier”readonly static Identifier: APIEndpointConfig;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:30
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().Identifier
readonly static key: "APIEndpointConfig";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:86
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().key
Service
Section titled “Service”readonly static Service: { endpoint: string; path: string; type: APISupportedTypes;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:29
endpoint
Section titled “endpoint”readonly endpoint: string;
readonly optional path: string;
readonly type: APISupportedTypes;
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().Service
stack?
Section titled “stack?”readonly static optional stack: string;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:37
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().stack
Methods
Section titled “Methods”[iterator]()
Section titled “[iterator]()”static iterator: EffectGenerator<Tag<APIEndpointConfig, { endpoint: string; path: string; type: APISupportedTypes;}>>
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Effect.d.ts:137
Returns
Section titled “Returns”EffectGenerator
<Tag
<APIEndpointConfig
, {
endpoint
: string
;
path
: string
;
type
: APISupportedTypes
;
}>>
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().[iterator]
[NodeInspectSymbol]()
Section titled “[NodeInspectSymbol]()”static NodeInspectSymbol: unknown
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:22
Returns
Section titled “Returns”unknown
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().[NodeInspectSymbol]
context()
Section titled “context()”static context(self: { endpoint: string; path: string; type: APISupportedTypes;}): Context<APIEndpointConfig>
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:36
Parameters
Section titled “Parameters”endpoint
Section titled “endpoint”string
string
APISupportedTypes
Returns
Section titled “Returns”Context
<APIEndpointConfig
>
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().context
makeLayer()
Section titled “makeLayer()”static makeLayer( endpoint: string, type: APISupportedTypes,path?: string): Layer<APIEndpointConfig, never, never>
Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:33^
Parameters
Section titled “Parameters”endpoint
Section titled “endpoint”string
APISupportedTypes
string
Returns
Section titled “Returns”Layer
<APIEndpointConfig
, never
, never
>
makeProvide()
Section titled “makeProvide()”static makeProvide( endpoint: string, type: APISupportedTypes,path?: string): <A, E, R>(self: Effect<A, E, R>) => Effect<A, E, Exclude<R, APIEndpointConfig>>
Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:47^
Parameters
Section titled “Parameters”endpoint
Section titled “endpoint”string
APISupportedTypes
string
Returns
Section titled “Returns”Function
Type Parameters
Section titled “Type Parameters”A
E
R
Parameters
Section titled “Parameters”Effect
<A
, E
, R
>
Returns
Section titled “Returns”Effect
<A
, E
, Exclude
<R
, APIEndpointConfig
>>
static of(self: { endpoint: string; path: string; type: APISupportedTypes; }): { endpoint: string; path: string; type: APISupportedTypes;}
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:35
Parameters
Section titled “Parameters”endpoint
Section titled “endpoint”string
string
APISupportedTypes
Returns
Section titled “Returns”{ endpoint: string; path: string; type: APISupportedTypes;}
endpoint
Section titled “endpoint”readonly endpoint: string;
readonly optional path: string;
readonly type: APISupportedTypes;
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().of
pipe()
Section titled “pipe()”Call Signature
Section titled “Call Signature”static pipe<A>(this: A): A
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:10
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”A
Returns
Section titled “Returns”A
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B>(this: A, ab: (_: A) => B): B
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:11
Type Parameters
Section titled “Type Parameters”A
B
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
Returns
Section titled “Returns”B
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C>( this: A, ab: (_: A) => B, bc: (_: B) => C): C
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:12
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
Returns
Section titled “Returns”C
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D): D
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:13
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
Returns
Section titled “Returns”D
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E): E
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:14
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
Returns
Section titled “Returns”E
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F): F
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:15
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
Returns
Section titled “Returns”F
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G): G
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:16
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
Returns
Section titled “Returns”G
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H): H
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:17
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
Returns
Section titled “Returns”H
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I): I
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:18
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
Returns
Section titled “Returns”I
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J): J
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:19
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
Returns
Section titled “Returns”J
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K): K
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:20
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
Returns
Section titled “Returns”K
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L): L
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:21
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
Returns
Section titled “Returns”L
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M): M
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:22
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
Returns
Section titled “Returns”M
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N): N
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:23
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
Returns
Section titled “Returns”N
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O): O
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:24
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
Returns
Section titled “Returns”O
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P): P
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:25
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
Returns
Section titled “Returns”P
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q): Q
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:26
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
Returns
Section titled “Returns”Q
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R): R
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:27
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
Returns
Section titled “Returns”R
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S): S
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:28
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
Returns
Section titled “Returns”S
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T): T
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:29
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
Returns
Section titled “Returns”T
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T, tu: (_: T) => U): U
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:30
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
U
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
(_
: T
) => U
Returns
Section titled “Returns”U
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T, tu: (_: T) => U): U
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:31
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
U
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
(_
: T
) => U
Returns
Section titled “Returns”U
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().pipe
toJSON()
Section titled “toJSON()”static toJSON(): unknown
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:21
Returns
Section titled “Returns”unknown
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().toJSON
toString()
Section titled “toString()”static toString(): string
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:20
Returns
Section titled “Returns”string
Inherited from
Section titled “Inherited from”Context.Tag('APIEndpointConfig')< APIEndpointConfig, { readonly endpoint: string; readonly type: APISupportedTypes; readonly path?: string | undefined; }>().toString
AstroAPIContextProvider
Section titled “AstroAPIContextProvider”Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:116^
Extends
Section titled “Extends”TagClassShape
<"AstroAPIContextProvider"
, {context
:APIContext
; },this
>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new AstroAPIContextProvider(_: never): AstroAPIContextProvider
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:85
Parameters
Section titled “Parameters”never
Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().constructor
Properties
Section titled “Properties”[TagTypeId]
Section titled “[TagTypeId]”readonly [TagTypeId]: typeof TagTypeId;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:76
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().[TagTypeId]
Id: "AstroAPIContextProvider";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:75
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().Id
readonly Type: { context: APIContext;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:77
context
Section titled “context”context: APIContext;
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().Type
readonly static _op: "Tag";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:28
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>()._op
[ChannelTypeId]
Section titled “[ChannelTypeId]”readonly static [ChannelTypeId]: VarianceStruct<never, unknown, never, unknown, { context: APIContext;}, unknown, AstroAPIContextProvider>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Channel.d.ts:108
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().[ChannelTypeId]
[EffectTypeId]
Section titled “[EffectTypeId]”readonly static [EffectTypeId]: VarianceStruct<{ context: APIContext;}, never, AstroAPIContextProvider>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Effect.d.ts:195
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().[EffectTypeId]
[ignoreSymbol]?
Section titled “[ignoreSymbol]?”static optional [ignoreSymbol]: TagUnifyIgnore;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:41
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().[ignoreSymbol]
[SinkTypeId]
Section titled “[SinkTypeId]”readonly static [SinkTypeId]: VarianceStruct<{ context: APIContext;}, unknown, never, never, AstroAPIContextProvider>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Sink.d.ts:82
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().[SinkTypeId]
[STMTypeId]
Section titled “[STMTypeId]”readonly static [STMTypeId]: { _A: Covariant<{ context: APIContext; }>; _E: Covariant<never>; _R: Covariant<AstroAPIContextProvider>;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/STM.d.ts:136
readonly _A: Covariant<{ context: APIContext;}>;
readonly _E: Covariant<never>;
readonly _R: Covariant<AstroAPIContextProvider>;
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().[STMTypeId]
[StreamTypeId]
Section titled “[StreamTypeId]”readonly static [StreamTypeId]: VarianceStruct<{ context: APIContext;}, never, AstroAPIContextProvider>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Stream.d.ts:111
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().[StreamTypeId]
[TagTypeId]
Section titled “[TagTypeId]”readonly static [TagTypeId]: { _Identifier: Invariant<AstroAPIContextProvider>; _Service: Invariant<{ context: APIContext; }>;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:31
_Identifier
Section titled “_Identifier”readonly _Identifier: Invariant<AstroAPIContextProvider>;
_Service
Section titled “_Service”readonly _Service: Invariant<{ context: APIContext;}>;
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().[TagTypeId]
[typeSymbol]?
Section titled “[typeSymbol]?”static optional [typeSymbol]: unknown;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:39
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().[typeSymbol]
[unifySymbol]?
Section titled “[unifySymbol]?”static optional [unifySymbol]: TagUnify<TagClass<AstroAPIContextProvider, "AstroAPIContextProvider", { context: APIContext;}>>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:40
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().[unifySymbol]
Identifier
Section titled “Identifier”readonly static Identifier: AstroAPIContextProvider;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:30
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().Identifier
readonly static key: "AstroAPIContextProvider";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:86
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().key
Service
Section titled “Service”readonly static Service: { context: APIContext;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:29
context
Section titled “context”context: APIContext;
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().Service
stack?
Section titled “stack?”readonly static optional stack: string;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:37
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().stack
Methods
Section titled “Methods”[iterator]()
Section titled “[iterator]()”static iterator: EffectGenerator<Tag<AstroAPIContextProvider, { context: APIContext;}>>
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Effect.d.ts:137
Returns
Section titled “Returns”EffectGenerator
<Tag
<AstroAPIContextProvider
, {
context
: APIContext
;
}>>
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().[iterator]
[NodeInspectSymbol]()
Section titled “[NodeInspectSymbol]()”static NodeInspectSymbol: unknown
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:22
Returns
Section titled “Returns”unknown
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().[NodeInspectSymbol]
context()
Section titled “context()”static context(self: { context: APIContext;}): Context<AstroAPIContextProvider>
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:36
Parameters
Section titled “Parameters”context
Section titled “context”APIContext
Returns
Section titled “Returns”Context
<AstroAPIContextProvider
>
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().context
makeLayer()
Section titled “makeLayer()”static makeLayer(context: APIContext): Layer<AstroAPIContextProvider, never, never>
Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:122^
Parameters
Section titled “Parameters”context
Section titled “context”APIContext
Returns
Section titled “Returns”Layer
<AstroAPIContextProvider
, never
, never
>
makeProvide()
Section titled “makeProvide()”static makeProvide(context: APIContext): <A, E, R>(self: Effect<A, E, R>) => Effect<A, E, Exclude<R, AstroAPIContextProvider>>
Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:124^
Parameters
Section titled “Parameters”context
Section titled “context”APIContext
Returns
Section titled “Returns”Function
Type Parameters
Section titled “Type Parameters”A
E
R
Parameters
Section titled “Parameters”Effect
<A
, E
, R
>
Returns
Section titled “Returns”Effect
<A
, E
, Exclude
<R
, AstroAPIContextProvider
>>
static of(self: { context: APIContext; }): { context: APIContext;}
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:35
Parameters
Section titled “Parameters”context
Section titled “context”APIContext
Returns
Section titled “Returns”{ context: APIContext;}
context
Section titled “context”context: APIContext;
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().of
pipe()
Section titled “pipe()”Call Signature
Section titled “Call Signature”static pipe<A>(this: A): A
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:10
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”A
Returns
Section titled “Returns”A
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B>(this: A, ab: (_: A) => B): B
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:11
Type Parameters
Section titled “Type Parameters”A
B
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
Returns
Section titled “Returns”B
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C>( this: A, ab: (_: A) => B, bc: (_: B) => C): C
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:12
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
Returns
Section titled “Returns”C
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D): D
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:13
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
Returns
Section titled “Returns”D
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E): E
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:14
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
Returns
Section titled “Returns”E
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F): F
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:15
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
Returns
Section titled “Returns”F
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G): G
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:16
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
Returns
Section titled “Returns”G
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H): H
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:17
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
Returns
Section titled “Returns”H
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I): I
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:18
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
Returns
Section titled “Returns”I
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J): J
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:19
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
Returns
Section titled “Returns”J
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K): K
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:20
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
Returns
Section titled “Returns”K
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L): L
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:21
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
Returns
Section titled “Returns”L
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M): M
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:22
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
Returns
Section titled “Returns”M
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N): N
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:23
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
Returns
Section titled “Returns”N
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O): O
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:24
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
Returns
Section titled “Returns”O
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P): P
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:25
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
Returns
Section titled “Returns”P
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q): Q
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:26
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
Returns
Section titled “Returns”Q
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R): R
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:27
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
Returns
Section titled “Returns”R
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S): S
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:28
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
Returns
Section titled “Returns”S
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T): T
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:29
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
Returns
Section titled “Returns”T
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T, tu: (_: T) => U): U
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:30
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
U
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
(_
: T
) => U
Returns
Section titled “Returns”U
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T, tu: (_: T) => U): U
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:31
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
U
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
(_
: T
) => U
Returns
Section titled “Returns”U
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().pipe
toJSON()
Section titled “toJSON()”static toJSON(): unknown
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:21
Returns
Section titled “Returns”unknown
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().toJSON
toString()
Section titled “toString()”static toString(): string
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:20
Returns
Section titled “Returns”string
Inherited from
Section titled “Inherited from”Context.Tag('AstroAPIContextProvider')< AstroAPIContextProvider, { context: APIContext; }>().toString
CategoryOrTagConfig
Section titled “CategoryOrTagConfig”Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:160^
Extends
Section titled “Extends”TagClassShape
<"CategoryOrTagConfig"
, {value
: readonlynumber
[]; },this
>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new CategoryOrTagConfig(_: never): CategoryOrTagConfig
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:85
Parameters
Section titled “Parameters”never
Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().constructor
Properties
Section titled “Properties”[TagTypeId]
Section titled “[TagTypeId]”readonly [TagTypeId]: typeof TagTypeId;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:76
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().[TagTypeId]
Id: "CategoryOrTagConfig";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:75
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().Id
readonly Type: { value: readonly number[];};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:77
readonly value: readonly number[];
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().Type
readonly static _op: "Tag";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:28
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>()._op
[ChannelTypeId]
Section titled “[ChannelTypeId]”readonly static [ChannelTypeId]: VarianceStruct<never, unknown, never, unknown, { value: readonly number[];}, unknown, CategoryOrTagConfig>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Channel.d.ts:108
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().[ChannelTypeId]
[EffectTypeId]
Section titled “[EffectTypeId]”readonly static [EffectTypeId]: VarianceStruct<{ value: readonly number[];}, never, CategoryOrTagConfig>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Effect.d.ts:195
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().[EffectTypeId]
[ignoreSymbol]?
Section titled “[ignoreSymbol]?”static optional [ignoreSymbol]: TagUnifyIgnore;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:41
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().[ignoreSymbol]
[SinkTypeId]
Section titled “[SinkTypeId]”readonly static [SinkTypeId]: VarianceStruct<{ value: readonly number[];}, unknown, never, never, CategoryOrTagConfig>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Sink.d.ts:82
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().[SinkTypeId]
[STMTypeId]
Section titled “[STMTypeId]”readonly static [STMTypeId]: { _A: Covariant<{ value: readonly number[]; }>; _E: Covariant<never>; _R: Covariant<CategoryOrTagConfig>;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/STM.d.ts:136
readonly _A: Covariant<{ value: readonly number[];}>;
readonly _E: Covariant<never>;
readonly _R: Covariant<CategoryOrTagConfig>;
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().[STMTypeId]
[StreamTypeId]
Section titled “[StreamTypeId]”readonly static [StreamTypeId]: VarianceStruct<{ value: readonly number[];}, never, CategoryOrTagConfig>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Stream.d.ts:111
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().[StreamTypeId]
[TagTypeId]
Section titled “[TagTypeId]”readonly static [TagTypeId]: { _Identifier: Invariant<CategoryOrTagConfig>; _Service: Invariant<{ value: readonly number[]; }>;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:31
_Identifier
Section titled “_Identifier”readonly _Identifier: Invariant<CategoryOrTagConfig>;
_Service
Section titled “_Service”readonly _Service: Invariant<{ value: readonly number[];}>;
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().[TagTypeId]
[typeSymbol]?
Section titled “[typeSymbol]?”static optional [typeSymbol]: unknown;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:39
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().[typeSymbol]
[unifySymbol]?
Section titled “[unifySymbol]?”static optional [unifySymbol]: TagUnify<TagClass<CategoryOrTagConfig, "CategoryOrTagConfig", { value: readonly number[];}>>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:40
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().[unifySymbol]
Identifier
Section titled “Identifier”readonly static Identifier: CategoryOrTagConfig;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:30
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().Identifier
readonly static key: "CategoryOrTagConfig";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:86
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().key
Service
Section titled “Service”readonly static Service: { value: readonly number[];};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:29
readonly value: readonly number[];
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().Service
stack?
Section titled “stack?”readonly static optional stack: string;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:37
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().stack
Methods
Section titled “Methods”[iterator]()
Section titled “[iterator]()”static iterator: EffectGenerator<Tag<CategoryOrTagConfig, { value: readonly number[];}>>
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Effect.d.ts:137
Returns
Section titled “Returns”EffectGenerator
<Tag
<CategoryOrTagConfig
, {
value
: readonly number
[];
}>>
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().[iterator]
[NodeInspectSymbol]()
Section titled “[NodeInspectSymbol]()”static NodeInspectSymbol: unknown
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:22
Returns
Section titled “Returns”unknown
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().[NodeInspectSymbol]
context()
Section titled “context()”static context(self: { value: readonly number[];}): Context<CategoryOrTagConfig>
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:36
Parameters
Section titled “Parameters”readonly number
[]
Returns
Section titled “Returns”Context
<CategoryOrTagConfig
>
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().context
makeLayer()
Section titled “makeLayer()”static makeLayer(value: readonly number[]): Layer<CategoryOrTagConfig, never, never>
Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:166^
Parameters
Section titled “Parameters”readonly number
[]
Returns
Section titled “Returns”Layer
<CategoryOrTagConfig
, never
, never
>
makeProvide()
Section titled “makeProvide()”static makeProvide(value: readonly number[]): <A, E, R>(self: Effect<A, E, R>) => Effect<A, E, Exclude<R, CategoryOrTagConfig>>
Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:168^
Parameters
Section titled “Parameters”readonly number
[]
Returns
Section titled “Returns”Function
Type Parameters
Section titled “Type Parameters”A
E
R
Parameters
Section titled “Parameters”Effect
<A
, E
, R
>
Returns
Section titled “Returns”Effect
<A
, E
, Exclude
<R
, CategoryOrTagConfig
>>
static of(self: { value: readonly number[]; }): { value: readonly number[];}
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:35
Parameters
Section titled “Parameters”readonly number
[]
Returns
Section titled “Returns”{ value: readonly number[];}
readonly value: readonly number[];
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().of
pipe()
Section titled “pipe()”Call Signature
Section titled “Call Signature”static pipe<A>(this: A): A
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:10
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”A
Returns
Section titled “Returns”A
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B>(this: A, ab: (_: A) => B): B
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:11
Type Parameters
Section titled “Type Parameters”A
B
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
Returns
Section titled “Returns”B
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C>( this: A, ab: (_: A) => B, bc: (_: B) => C): C
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:12
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
Returns
Section titled “Returns”C
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D): D
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:13
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
Returns
Section titled “Returns”D
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E): E
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:14
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
Returns
Section titled “Returns”E
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F): F
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:15
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
Returns
Section titled “Returns”F
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G): G
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:16
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
Returns
Section titled “Returns”G
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H): H
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:17
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
Returns
Section titled “Returns”H
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I): I
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:18
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
Returns
Section titled “Returns”I
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J): J
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:19
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
Returns
Section titled “Returns”J
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K): K
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:20
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
Returns
Section titled “Returns”K
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L): L
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:21
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
Returns
Section titled “Returns”L
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M): M
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:22
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
Returns
Section titled “Returns”M
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N): N
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:23
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
Returns
Section titled “Returns”N
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O): O
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:24
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
Returns
Section titled “Returns”O
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P): P
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:25
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
Returns
Section titled “Returns”P
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q): Q
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:26
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
Returns
Section titled “Returns”Q
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R): R
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:27
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
Returns
Section titled “Returns”R
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S): S
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:28
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
Returns
Section titled “Returns”S
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T): T
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:29
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
Returns
Section titled “Returns”T
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T, tu: (_: T) => U): U
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:30
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
U
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
(_
: T
) => U
Returns
Section titled “Returns”U
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T, tu: (_: T) => U): U
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:31
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
U
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
(_
: T
) => U
Returns
Section titled “Returns”U
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().pipe
toJSON()
Section titled “toJSON()”static toJSON(): unknown
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:21
Returns
Section titled “Returns”unknown
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().toJSON
toString()
Section titled “toString()”static toString(): string
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:20
Returns
Section titled “Returns”string
Inherited from
Section titled “Inherited from”Context.Tag('CategoryOrTagConfig')< CategoryOrTagConfig, { readonly value: readonly number[]; }>().toString
DownloadImageConfig
Section titled “DownloadImageConfig”Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:51^
Extends
Section titled “Extends”TagClassShape
<"DownloadImageConfig"
, {destination
:string
|URL
;imageUrl
:string
|URL
; },this
>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new DownloadImageConfig(_: never): DownloadImageConfig
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:85
Parameters
Section titled “Parameters”never
Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().constructor
Properties
Section titled “Properties”[TagTypeId]
Section titled “[TagTypeId]”readonly [TagTypeId]: typeof TagTypeId;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:76
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().[TagTypeId]
Id: "DownloadImageConfig";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:75
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().Id
readonly Type: { destination: string | URL; imageUrl: string | URL;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:77
destination
Section titled “destination”readonly destination: string | URL;
imageUrl
Section titled “imageUrl”readonly imageUrl: string | URL;
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().Type
readonly static _op: "Tag";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:28
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>()._op
[ChannelTypeId]
Section titled “[ChannelTypeId]”readonly static [ChannelTypeId]: VarianceStruct<never, unknown, never, unknown, { destination: string | URL; imageUrl: string | URL;}, unknown, DownloadImageConfig>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Channel.d.ts:108
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().[ChannelTypeId]
[EffectTypeId]
Section titled “[EffectTypeId]”readonly static [EffectTypeId]: VarianceStruct<{ destination: string | URL; imageUrl: string | URL;}, never, DownloadImageConfig>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Effect.d.ts:195
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().[EffectTypeId]
[ignoreSymbol]?
Section titled “[ignoreSymbol]?”static optional [ignoreSymbol]: TagUnifyIgnore;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:41
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().[ignoreSymbol]
[SinkTypeId]
Section titled “[SinkTypeId]”readonly static [SinkTypeId]: VarianceStruct<{ destination: string | URL; imageUrl: string | URL;}, unknown, never, never, DownloadImageConfig>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Sink.d.ts:82
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().[SinkTypeId]
[STMTypeId]
Section titled “[STMTypeId]”readonly static [STMTypeId]: { _A: Covariant<{ destination: string | URL; imageUrl: string | URL; }>; _E: Covariant<never>; _R: Covariant<DownloadImageConfig>;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/STM.d.ts:136
readonly _A: Covariant<{ destination: string | URL; imageUrl: string | URL;}>;
readonly _E: Covariant<never>;
readonly _R: Covariant<DownloadImageConfig>;
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().[STMTypeId]
[StreamTypeId]
Section titled “[StreamTypeId]”readonly static [StreamTypeId]: VarianceStruct<{ destination: string | URL; imageUrl: string | URL;}, never, DownloadImageConfig>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Stream.d.ts:111
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().[StreamTypeId]
[TagTypeId]
Section titled “[TagTypeId]”readonly static [TagTypeId]: { _Identifier: Invariant<DownloadImageConfig>; _Service: Invariant<{ destination: string | URL; imageUrl: string | URL; }>;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:31
_Identifier
Section titled “_Identifier”readonly _Identifier: Invariant<DownloadImageConfig>;
_Service
Section titled “_Service”readonly _Service: Invariant<{ destination: string | URL; imageUrl: string | URL;}>;
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().[TagTypeId]
[typeSymbol]?
Section titled “[typeSymbol]?”static optional [typeSymbol]: unknown;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:39
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().[typeSymbol]
[unifySymbol]?
Section titled “[unifySymbol]?”static optional [unifySymbol]: TagUnify<TagClass<DownloadImageConfig, "DownloadImageConfig", { destination: string | URL; imageUrl: string | URL;}>>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:40
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().[unifySymbol]
Identifier
Section titled “Identifier”readonly static Identifier: DownloadImageConfig;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:30
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().Identifier
readonly static key: "DownloadImageConfig";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:86
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().key
Service
Section titled “Service”readonly static Service: { destination: string | URL; imageUrl: string | URL;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:29
destination
Section titled “destination”readonly destination: string | URL;
imageUrl
Section titled “imageUrl”readonly imageUrl: string | URL;
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().Service
stack?
Section titled “stack?”readonly static optional stack: string;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:37
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().stack
Methods
Section titled “Methods”[iterator]()
Section titled “[iterator]()”static iterator: EffectGenerator<Tag<DownloadImageConfig, { destination: string | URL; imageUrl: string | URL;}>>
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Effect.d.ts:137
Returns
Section titled “Returns”EffectGenerator
<Tag
<DownloadImageConfig
, {
destination
: string
| URL
;
imageUrl
: string
| URL
;
}>>
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().[iterator]
[NodeInspectSymbol]()
Section titled “[NodeInspectSymbol]()”static NodeInspectSymbol: unknown
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:22
Returns
Section titled “Returns”unknown
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().[NodeInspectSymbol]
context()
Section titled “context()”static context(self: { destination: string | URL; imageUrl: string | URL;}): Context<DownloadImageConfig>
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:36
Parameters
Section titled “Parameters”destination
Section titled “destination”string
| URL
imageUrl
Section titled “imageUrl”string
| URL
Returns
Section titled “Returns”Context
<DownloadImageConfig
>
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().context
makeLayer()
Section titled “makeLayer()”static makeLayer(imageUrl: string | URL, destination: string | URL): Layer<DownloadImageConfig, never, never>
Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:58^
Parameters
Section titled “Parameters”imageUrl
Section titled “imageUrl”string
| URL
destination
Section titled “destination”string
| URL
Returns
Section titled “Returns”Layer
<DownloadImageConfig
, never
, never
>
makeProvide()
Section titled “makeProvide()”static makeProvide(imageUrl: string | URL, destination: string | URL): <A, E, R>(self: Effect<A, E, R>) => Effect<A, E, Exclude<R, DownloadImageConfig>>
Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:67^
Parameters
Section titled “Parameters”imageUrl
Section titled “imageUrl”string
| URL
destination
Section titled “destination”string
| URL
Returns
Section titled “Returns”Function
Type Parameters
Section titled “Type Parameters”A
E
R
Parameters
Section titled “Parameters”Effect
<A
, E
, R
>
Returns
Section titled “Returns”Effect
<A
, E
, Exclude
<R
, DownloadImageConfig
>>
static of(self: { destination: string | URL; imageUrl: string | URL; }): { destination: string | URL; imageUrl: string | URL;}
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:35
Parameters
Section titled “Parameters”destination
Section titled “destination”string
| URL
imageUrl
Section titled “imageUrl”string
| URL
Returns
Section titled “Returns”{ destination: string | URL; imageUrl: string | URL;}
destination
Section titled “destination”readonly destination: string | URL;
imageUrl
Section titled “imageUrl”readonly imageUrl: string | URL;
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().of
pipe()
Section titled “pipe()”Call Signature
Section titled “Call Signature”static pipe<A>(this: A): A
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:10
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”A
Returns
Section titled “Returns”A
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B>(this: A, ab: (_: A) => B): B
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:11
Type Parameters
Section titled “Type Parameters”A
B
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
Returns
Section titled “Returns”B
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C>( this: A, ab: (_: A) => B, bc: (_: B) => C): C
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:12
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
Returns
Section titled “Returns”C
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D): D
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:13
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
Returns
Section titled “Returns”D
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E): E
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:14
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
Returns
Section titled “Returns”E
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F): F
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:15
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
Returns
Section titled “Returns”F
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G): G
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:16
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
Returns
Section titled “Returns”G
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H): H
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:17
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
Returns
Section titled “Returns”H
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I): I
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:18
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
Returns
Section titled “Returns”I
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J): J
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:19
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
Returns
Section titled “Returns”J
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K): K
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:20
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
Returns
Section titled “Returns”K
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L): L
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:21
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
Returns
Section titled “Returns”L
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M): M
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:22
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
Returns
Section titled “Returns”M
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N): N
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:23
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
Returns
Section titled “Returns”N
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O): O
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:24
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
Returns
Section titled “Returns”O
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P): P
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:25
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
Returns
Section titled “Returns”P
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q): Q
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:26
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
Returns
Section titled “Returns”Q
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R): R
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:27
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
Returns
Section titled “Returns”R
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S): S
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:28
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
Returns
Section titled “Returns”S
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T): T
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:29
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
Returns
Section titled “Returns”T
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T, tu: (_: T) => U): U
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:30
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
U
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
(_
: T
) => U
Returns
Section titled “Returns”U
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T, tu: (_: T) => U): U
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:31
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
U
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
(_
: T
) => U
Returns
Section titled “Returns”U
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().pipe
toJSON()
Section titled “toJSON()”static toJSON(): unknown
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:21
Returns
Section titled “Returns”unknown
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().toJSON
toString()
Section titled “toString()”static toString(): string
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:20
Returns
Section titled “Returns”string
Inherited from
Section titled “Inherited from”Context.Tag('DownloadImageConfig')< DownloadImageConfig, { readonly imageUrl: string | URL; readonly destination: string | URL; }>().toString
DownloadPostImageConfig
Section titled “DownloadPostImageConfig”Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:71^
Extends
Section titled “Extends”TagClassShape
<"DownloadPostImageConfig"
, {pathToFolder
:string
;str
:string
; },this
>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new DownloadPostImageConfig(_: never): DownloadPostImageConfig
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:85
Parameters
Section titled “Parameters”never
Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().constructor
Properties
Section titled “Properties”[TagTypeId]
Section titled “[TagTypeId]”readonly [TagTypeId]: typeof TagTypeId;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:76
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().[TagTypeId]
Id: "DownloadPostImageConfig";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:75
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().Id
readonly Type: { pathToFolder: string; str: string;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:77
pathToFolder
Section titled “pathToFolder”readonly pathToFolder: string;
readonly str: string;
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().Type
readonly static _op: "Tag";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:28
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>()._op
[ChannelTypeId]
Section titled “[ChannelTypeId]”readonly static [ChannelTypeId]: VarianceStruct<never, unknown, never, unknown, { pathToFolder: string; str: string;}, unknown, DownloadPostImageConfig>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Channel.d.ts:108
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().[ChannelTypeId]
[EffectTypeId]
Section titled “[EffectTypeId]”readonly static [EffectTypeId]: VarianceStruct<{ pathToFolder: string; str: string;}, never, DownloadPostImageConfig>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Effect.d.ts:195
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().[EffectTypeId]
[ignoreSymbol]?
Section titled “[ignoreSymbol]?”static optional [ignoreSymbol]: TagUnifyIgnore;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:41
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().[ignoreSymbol]
[SinkTypeId]
Section titled “[SinkTypeId]”readonly static [SinkTypeId]: VarianceStruct<{ pathToFolder: string; str: string;}, unknown, never, never, DownloadPostImageConfig>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Sink.d.ts:82
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().[SinkTypeId]
[STMTypeId]
Section titled “[STMTypeId]”readonly static [STMTypeId]: { _A: Covariant<{ pathToFolder: string; str: string; }>; _E: Covariant<never>; _R: Covariant<DownloadPostImageConfig>;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/STM.d.ts:136
readonly _A: Covariant<{ pathToFolder: string; str: string;}>;
readonly _E: Covariant<never>;
readonly _R: Covariant<DownloadPostImageConfig>;
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().[STMTypeId]
[StreamTypeId]
Section titled “[StreamTypeId]”readonly static [StreamTypeId]: VarianceStruct<{ pathToFolder: string; str: string;}, never, DownloadPostImageConfig>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Stream.d.ts:111
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().[StreamTypeId]
[TagTypeId]
Section titled “[TagTypeId]”readonly static [TagTypeId]: { _Identifier: Invariant<DownloadPostImageConfig>; _Service: Invariant<{ pathToFolder: string; str: string; }>;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:31
_Identifier
Section titled “_Identifier”readonly _Identifier: Invariant<DownloadPostImageConfig>;
_Service
Section titled “_Service”readonly _Service: Invariant<{ pathToFolder: string; str: string;}>;
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().[TagTypeId]
[typeSymbol]?
Section titled “[typeSymbol]?”static optional [typeSymbol]: unknown;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:39
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().[typeSymbol]
[unifySymbol]?
Section titled “[unifySymbol]?”static optional [unifySymbol]: TagUnify<TagClass<DownloadPostImageConfig, "DownloadPostImageConfig", { pathToFolder: string; str: string;}>>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:40
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().[unifySymbol]
Identifier
Section titled “Identifier”readonly static Identifier: DownloadPostImageConfig;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:30
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().Identifier
readonly static key: "DownloadPostImageConfig";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:86
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().key
Service
Section titled “Service”readonly static Service: { pathToFolder: string; str: string;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:29
pathToFolder
Section titled “pathToFolder”readonly pathToFolder: string;
readonly str: string;
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().Service
stack?
Section titled “stack?”readonly static optional stack: string;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:37
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().stack
Methods
Section titled “Methods”[iterator]()
Section titled “[iterator]()”static iterator: EffectGenerator<Tag<DownloadPostImageConfig, { pathToFolder: string; str: string;}>>
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Effect.d.ts:137
Returns
Section titled “Returns”EffectGenerator
<Tag
<DownloadPostImageConfig
, {
pathToFolder
: string
;
str
: string
;
}>>
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().[iterator]
[NodeInspectSymbol]()
Section titled “[NodeInspectSymbol]()”static NodeInspectSymbol: unknown
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:22
Returns
Section titled “Returns”unknown
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().[NodeInspectSymbol]
context()
Section titled “context()”static context(self: { pathToFolder: string; str: string;}): Context<DownloadPostImageConfig>
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:36
Parameters
Section titled “Parameters”pathToFolder
Section titled “pathToFolder”string
string
Returns
Section titled “Returns”Context
<DownloadPostImageConfig
>
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().context
makeLayer()
Section titled “makeLayer()”static makeLayer(str: string, pathToFolder: string): Layer<DownloadPostImageConfig, never, never>
Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:78^
Parameters
Section titled “Parameters”string
pathToFolder
Section titled “pathToFolder”string
Returns
Section titled “Returns”Layer
<DownloadPostImageConfig
, never
, never
>
makeProvide()
Section titled “makeProvide()”static makeProvide(str: string, pathToFolder: string): <A, E, R>(self: Effect<A, E, R>) => Effect<A, E, Exclude<R, DownloadPostImageConfig>>
Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:87^
Parameters
Section titled “Parameters”string
pathToFolder
Section titled “pathToFolder”string
Returns
Section titled “Returns”Function
Type Parameters
Section titled “Type Parameters”A
E
R
Parameters
Section titled “Parameters”Effect
<A
, E
, R
>
Returns
Section titled “Returns”Effect
<A
, E
, Exclude
<R
, DownloadPostImageConfig
>>
static of(self: { pathToFolder: string; str: string; }): { pathToFolder: string; str: string;}
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:35
Parameters
Section titled “Parameters”pathToFolder
Section titled “pathToFolder”string
string
Returns
Section titled “Returns”{ pathToFolder: string; str: string;}
pathToFolder
Section titled “pathToFolder”readonly pathToFolder: string;
readonly str: string;
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().of
pipe()
Section titled “pipe()”Call Signature
Section titled “Call Signature”static pipe<A>(this: A): A
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:10
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”A
Returns
Section titled “Returns”A
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B>(this: A, ab: (_: A) => B): B
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:11
Type Parameters
Section titled “Type Parameters”A
B
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
Returns
Section titled “Returns”B
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C>( this: A, ab: (_: A) => B, bc: (_: B) => C): C
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:12
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
Returns
Section titled “Returns”C
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D): D
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:13
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
Returns
Section titled “Returns”D
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E): E
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:14
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
Returns
Section titled “Returns”E
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F): F
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:15
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
Returns
Section titled “Returns”F
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G): G
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:16
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
Returns
Section titled “Returns”G
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H): H
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:17
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
Returns
Section titled “Returns”H
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I): I
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:18
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
Returns
Section titled “Returns”I
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J): J
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:19
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
Returns
Section titled “Returns”J
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K): K
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:20
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
Returns
Section titled “Returns”K
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L): L
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:21
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
Returns
Section titled “Returns”L
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M): M
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:22
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
Returns
Section titled “Returns”M
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N): N
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:23
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
Returns
Section titled “Returns”N
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O): O
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:24
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
Returns
Section titled “Returns”O
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P): P
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:25
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
Returns
Section titled “Returns”P
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q): Q
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:26
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
Returns
Section titled “Returns”Q
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R): R
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:27
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
Returns
Section titled “Returns”R
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S): S
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:28
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
Returns
Section titled “Returns”S
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T): T
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:29
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
Returns
Section titled “Returns”T
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T, tu: (_: T) => U): U
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:30
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
U
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
(_
: T
) => U
Returns
Section titled “Returns”U
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T, tu: (_: T) => U): U
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:31
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
U
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
(_
: T
) => U
Returns
Section titled “Returns”U
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().pipe
toJSON()
Section titled “toJSON()”static toJSON(): unknown
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:21
Returns
Section titled “Returns”unknown
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().toJSON
toString()
Section titled “toString()”static toString(): string
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:20
Returns
Section titled “Returns”string
Inherited from
Section titled “Inherited from”Context.Tag('DownloadPostImageConfig')< DownloadPostImageConfig, { readonly str: string; readonly pathToFolder: string; }>().toString
FullPageData
Section titled “FullPageData”Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:138^
Extends
Section titled “Extends”TagClassShape
<"FullPageData"
, {pageData
: {description
:string
;slug
:string
;title
:string
; }; },this
>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new FullPageData(_: never): FullPageData
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:85
Parameters
Section titled “Parameters”never
Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().constructor
Properties
Section titled “Properties”[TagTypeId]
Section titled “[TagTypeId]”readonly [TagTypeId]: typeof TagTypeId;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:76
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().[TagTypeId]
Id: "FullPageData";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:75
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().Id
readonly Type: { pageData: { description: string; slug: string; title: string; };};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:77
pageData
Section titled “pageData”readonly pageData: { description: string; slug: string; title: string;};
pageData.description
Section titled “pageData.description”description: string;
pageData.slug
Section titled “pageData.slug”slug: string;
pageData.title
Section titled “pageData.title”title: string;
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().Type
readonly static _op: "Tag";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:28
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>()._op
[ChannelTypeId]
Section titled “[ChannelTypeId]”readonly static [ChannelTypeId]: VarianceStruct<never, unknown, never, unknown, { pageData: { description: string; slug: string; title: string; };}, unknown, FullPageData>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Channel.d.ts:108
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().[ChannelTypeId]
[EffectTypeId]
Section titled “[EffectTypeId]”readonly static [EffectTypeId]: VarianceStruct<{ pageData: { description: string; slug: string; title: string; };}, never, FullPageData>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Effect.d.ts:195
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().[EffectTypeId]
[ignoreSymbol]?
Section titled “[ignoreSymbol]?”static optional [ignoreSymbol]: TagUnifyIgnore;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:41
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().[ignoreSymbol]
[SinkTypeId]
Section titled “[SinkTypeId]”readonly static [SinkTypeId]: VarianceStruct<{ pageData: { description: string; slug: string; title: string; };}, unknown, never, never, FullPageData>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Sink.d.ts:82
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().[SinkTypeId]
[STMTypeId]
Section titled “[STMTypeId]”readonly static [STMTypeId]: { _A: Covariant<{ pageData: { description: string; slug: string; title: string; }; }>; _E: Covariant<never>; _R: Covariant<FullPageData>;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/STM.d.ts:136
readonly _A: Covariant<{ pageData: { description: string; slug: string; title: string; };}>;
readonly _E: Covariant<never>;
readonly _R: Covariant<FullPageData>;
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().[STMTypeId]
[StreamTypeId]
Section titled “[StreamTypeId]”readonly static [StreamTypeId]: VarianceStruct<{ pageData: { description: string; slug: string; title: string; };}, never, FullPageData>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Stream.d.ts:111
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().[StreamTypeId]
[TagTypeId]
Section titled “[TagTypeId]”readonly static [TagTypeId]: { _Identifier: Invariant<FullPageData>; _Service: Invariant<{ pageData: { description: string; slug: string; title: string; }; }>;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:31
_Identifier
Section titled “_Identifier”readonly _Identifier: Invariant<FullPageData>;
_Service
Section titled “_Service”readonly _Service: Invariant<{ pageData: { description: string; slug: string; title: string; };}>;
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().[TagTypeId]
[typeSymbol]?
Section titled “[typeSymbol]?”static optional [typeSymbol]: unknown;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:39
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().[typeSymbol]
[unifySymbol]?
Section titled “[unifySymbol]?”static optional [unifySymbol]: TagUnify<TagClass<FullPageData, "FullPageData", { pageData: { description: string; slug: string; title: string; };}>>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:40
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().[unifySymbol]
Identifier
Section titled “Identifier”readonly static Identifier: FullPageData;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:30
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().Identifier
readonly static key: "FullPageData";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:86
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().key
Service
Section titled “Service”readonly static Service: { pageData: { description: string; slug: string; title: string; };};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:29
pageData
Section titled “pageData”readonly pageData: { description: string; slug: string; title: string;};
pageData.description
Section titled “pageData.description”description: string;
pageData.slug
Section titled “pageData.slug”slug: string;
pageData.title
Section titled “pageData.title”title: string;
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().Service
stack?
Section titled “stack?”readonly static optional stack: string;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:37
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().stack
Methods
Section titled “Methods”[iterator]()
Section titled “[iterator]()”static iterator: EffectGenerator<Tag<FullPageData, { pageData: { description: string; slug: string; title: string; };}>>
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Effect.d.ts:137
Returns
Section titled “Returns”EffectGenerator
<Tag
<FullPageData
, {
pageData
: {
description
: string
;
slug
: string
;
title
: string
;
};
}>>
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().[iterator]
[NodeInspectSymbol]()
Section titled “[NodeInspectSymbol]()”static NodeInspectSymbol: unknown
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:22
Returns
Section titled “Returns”unknown
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().[NodeInspectSymbol]
context()
Section titled “context()”static context(self: { pageData: { description: string; slug: string; title: string; };}): Context<FullPageData>
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:36
Parameters
Section titled “Parameters”pageData
Section titled “pageData”{
description
: string
;
slug
: string
;
title
: string
;
}
pageData.description
Section titled “pageData.description”string
pageData.slug
Section titled “pageData.slug”string
pageData.title
Section titled “pageData.title”string
Returns
Section titled “Returns”Context
<FullPageData
>
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().context
makeLayer()
Section titled “makeLayer()”static makeLayer(pageData: { description: string; slug: string; title: string;}): Layer<FullPageData, never, never>
Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:144^
Parameters
Section titled “Parameters”pageData
Section titled “pageData”description
Section titled “description”string
string
string
Returns
Section titled “Returns”Layer
<FullPageData
, never
, never
>
makeProvide()
Section titled “makeProvide()”static makeProvide(pageData: { description: string; slug: string; title: string;}): <A, E, R>(self: Effect<A, E, R>) => Effect<A, E, Exclude<R, FullPageData>>
Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:146^
Parameters
Section titled “Parameters”pageData
Section titled “pageData”description
Section titled “description”string
string
string
Returns
Section titled “Returns”Function
Type Parameters
Section titled “Type Parameters”A
E
R
Parameters
Section titled “Parameters”Effect
<A
, E
, R
>
Returns
Section titled “Returns”Effect
<A
, E
, Exclude
<R
, FullPageData
>>
static of(self: { pageData: { description: string; slug: string; title: string; }; }): { pageData: { description: string; slug: string; title: string; };}
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:35
Parameters
Section titled “Parameters”pageData
Section titled “pageData”{
description
: string
;
slug
: string
;
title
: string
;
}
pageData.description
Section titled “pageData.description”string
pageData.slug
Section titled “pageData.slug”string
pageData.title
Section titled “pageData.title”string
Returns
Section titled “Returns”{ pageData: { description: string; slug: string; title: string; };}
pageData
Section titled “pageData”readonly pageData: { description: string; slug: string; title: string;};
pageData.description
Section titled “pageData.description”description: string;
pageData.slug
Section titled “pageData.slug”slug: string;
pageData.title
Section titled “pageData.title”title: string;
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().of
pipe()
Section titled “pipe()”Call Signature
Section titled “Call Signature”static pipe<A>(this: A): A
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:10
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”A
Returns
Section titled “Returns”A
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B>(this: A, ab: (_: A) => B): B
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:11
Type Parameters
Section titled “Type Parameters”A
B
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
Returns
Section titled “Returns”B
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C>( this: A, ab: (_: A) => B, bc: (_: B) => C): C
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:12
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
Returns
Section titled “Returns”C
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D): D
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:13
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
Returns
Section titled “Returns”D
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E): E
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:14
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
Returns
Section titled “Returns”E
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F): F
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:15
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
Returns
Section titled “Returns”F
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G): G
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:16
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
Returns
Section titled “Returns”G
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H): H
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:17
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
Returns
Section titled “Returns”H
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I): I
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:18
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
Returns
Section titled “Returns”I
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J): J
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:19
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
Returns
Section titled “Returns”J
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K): K
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:20
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
Returns
Section titled “Returns”K
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L): L
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:21
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
Returns
Section titled “Returns”L
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M): M
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:22
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
Returns
Section titled “Returns”M
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N): N
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:23
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
Returns
Section titled “Returns”N
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O): O
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:24
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
Returns
Section titled “Returns”O
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P): P
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:25
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
Returns
Section titled “Returns”P
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q): Q
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:26
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
Returns
Section titled “Returns”Q
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R): R
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:27
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
Returns
Section titled “Returns”R
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S): S
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:28
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
Returns
Section titled “Returns”S
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T): T
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:29
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
Returns
Section titled “Returns”T
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T, tu: (_: T) => U): U
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:30
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
U
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
(_
: T
) => U
Returns
Section titled “Returns”U
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T, tu: (_: T) => U): U
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:31
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
U
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
(_
: T
) => U
Returns
Section titled “Returns”U
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().pipe
toJSON()
Section titled “toJSON()”static toJSON(): unknown
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:21
Returns
Section titled “Returns”unknown
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().toJSON
toString()
Section titled “toString()”static toString(): string
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:20
Returns
Section titled “Returns”string
Inherited from
Section titled “Inherited from”Context.Tag('FullPageData')< FullPageData, { readonly pageData: PageData; }>().toString
ImportEndpointConfig
Section titled “ImportEndpointConfig”Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:91^
Extends
Section titled “Extends”TagClassShape
<"ImportEndpointConfig"
, {endpoint
:string
; },this
>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ImportEndpointConfig(_: never): ImportEndpointConfig
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:85
Parameters
Section titled “Parameters”never
Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().constructor
Properties
Section titled “Properties”[TagTypeId]
Section titled “[TagTypeId]”readonly [TagTypeId]: typeof TagTypeId;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:76
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().[TagTypeId]
Id: "ImportEndpointConfig";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:75
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().Id
readonly Type: { endpoint: string;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:77
endpoint
Section titled “endpoint”readonly endpoint: string;
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().Type
readonly static _op: "Tag";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:28
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>()._op
[ChannelTypeId]
Section titled “[ChannelTypeId]”readonly static [ChannelTypeId]: VarianceStruct<never, unknown, never, unknown, { endpoint: string;}, unknown, ImportEndpointConfig>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Channel.d.ts:108
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().[ChannelTypeId]
[EffectTypeId]
Section titled “[EffectTypeId]”readonly static [EffectTypeId]: VarianceStruct<{ endpoint: string;}, never, ImportEndpointConfig>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Effect.d.ts:195
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().[EffectTypeId]
[ignoreSymbol]?
Section titled “[ignoreSymbol]?”static optional [ignoreSymbol]: TagUnifyIgnore;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:41
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().[ignoreSymbol]
[SinkTypeId]
Section titled “[SinkTypeId]”readonly static [SinkTypeId]: VarianceStruct<{ endpoint: string;}, unknown, never, never, ImportEndpointConfig>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Sink.d.ts:82
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().[SinkTypeId]
[STMTypeId]
Section titled “[STMTypeId]”readonly static [STMTypeId]: { _A: Covariant<{ endpoint: string; }>; _E: Covariant<never>; _R: Covariant<ImportEndpointConfig>;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/STM.d.ts:136
readonly _A: Covariant<{ endpoint: string;}>;
readonly _E: Covariant<never>;
readonly _R: Covariant<ImportEndpointConfig>;
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().[STMTypeId]
[StreamTypeId]
Section titled “[StreamTypeId]”readonly static [StreamTypeId]: VarianceStruct<{ endpoint: string;}, never, ImportEndpointConfig>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Stream.d.ts:111
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().[StreamTypeId]
[TagTypeId]
Section titled “[TagTypeId]”readonly static [TagTypeId]: { _Identifier: Invariant<ImportEndpointConfig>; _Service: Invariant<{ endpoint: string; }>;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:31
_Identifier
Section titled “_Identifier”readonly _Identifier: Invariant<ImportEndpointConfig>;
_Service
Section titled “_Service”readonly _Service: Invariant<{ endpoint: string;}>;
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().[TagTypeId]
[typeSymbol]?
Section titled “[typeSymbol]?”static optional [typeSymbol]: unknown;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:39
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().[typeSymbol]
[unifySymbol]?
Section titled “[unifySymbol]?”static optional [unifySymbol]: TagUnify<TagClass<ImportEndpointConfig, "ImportEndpointConfig", { endpoint: string;}>>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:40
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().[unifySymbol]
Identifier
Section titled “Identifier”readonly static Identifier: ImportEndpointConfig;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:30
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().Identifier
readonly static key: "ImportEndpointConfig";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:86
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().key
Service
Section titled “Service”readonly static Service: { endpoint: string;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:29
endpoint
Section titled “endpoint”readonly endpoint: string;
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().Service
stack?
Section titled “stack?”readonly static optional stack: string;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:37
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().stack
Methods
Section titled “Methods”[iterator]()
Section titled “[iterator]()”static iterator: EffectGenerator<Tag<ImportEndpointConfig, { endpoint: string;}>>
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Effect.d.ts:137
Returns
Section titled “Returns”EffectGenerator
<Tag
<ImportEndpointConfig
, {
endpoint
: string
;
}>>
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().[iterator]
[NodeInspectSymbol]()
Section titled “[NodeInspectSymbol]()”static NodeInspectSymbol: unknown
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:22
Returns
Section titled “Returns”unknown
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().[NodeInspectSymbol]
context()
Section titled “context()”static context(self: { endpoint: string;}): Context<ImportEndpointConfig>
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:36
Parameters
Section titled “Parameters”endpoint
Section titled “endpoint”string
Returns
Section titled “Returns”Context
<ImportEndpointConfig
>
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().context
makeLayer()
Section titled “makeLayer()”static makeLayer(endpoint: string): Layer<ImportEndpointConfig, never, never>
Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:97^
Parameters
Section titled “Parameters”endpoint
Section titled “endpoint”string
Returns
Section titled “Returns”Layer
<ImportEndpointConfig
, never
, never
>
makeProvide()
Section titled “makeProvide()”static makeProvide(endpoint: string): <A, E, R>(self: Effect<A, E, R>) => Effect<A, E, Exclude<R, ImportEndpointConfig>>
Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:99^
Parameters
Section titled “Parameters”endpoint
Section titled “endpoint”string
Returns
Section titled “Returns”Function
Type Parameters
Section titled “Type Parameters”A
E
R
Parameters
Section titled “Parameters”Effect
<A
, E
, R
>
Returns
Section titled “Returns”Effect
<A
, E
, Exclude
<R
, ImportEndpointConfig
>>
static of(self: { endpoint: string; }): { endpoint: string;}
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:35
Parameters
Section titled “Parameters”endpoint
Section titled “endpoint”string
Returns
Section titled “Returns”{ endpoint: string;}
endpoint
Section titled “endpoint”readonly endpoint: string;
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().of
pipe()
Section titled “pipe()”Call Signature
Section titled “Call Signature”static pipe<A>(this: A): A
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:10
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”A
Returns
Section titled “Returns”A
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B>(this: A, ab: (_: A) => B): B
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:11
Type Parameters
Section titled “Type Parameters”A
B
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
Returns
Section titled “Returns”B
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C>( this: A, ab: (_: A) => B, bc: (_: B) => C): C
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:12
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
Returns
Section titled “Returns”C
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D): D
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:13
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
Returns
Section titled “Returns”D
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E): E
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:14
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
Returns
Section titled “Returns”E
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F): F
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:15
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
Returns
Section titled “Returns”F
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G): G
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:16
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
Returns
Section titled “Returns”G
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H): H
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:17
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
Returns
Section titled “Returns”H
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I): I
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:18
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
Returns
Section titled “Returns”I
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J): J
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:19
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
Returns
Section titled “Returns”J
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K): K
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:20
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
Returns
Section titled “Returns”K
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L): L
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:21
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
Returns
Section titled “Returns”L
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M): M
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:22
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
Returns
Section titled “Returns”M
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N): N
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:23
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
Returns
Section titled “Returns”N
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O): O
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:24
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
Returns
Section titled “Returns”O
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P): P
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:25
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
Returns
Section titled “Returns”P
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q): Q
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:26
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
Returns
Section titled “Returns”Q
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R): R
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:27
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
Returns
Section titled “Returns”R
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S): S
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:28
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
Returns
Section titled “Returns”S
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T): T
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:29
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
Returns
Section titled “Returns”T
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T, tu: (_: T) => U): U
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:30
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
U
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
(_
: T
) => U
Returns
Section titled “Returns”U
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T, tu: (_: T) => U): U
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:31
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
U
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
(_
: T
) => U
Returns
Section titled “Returns”U
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().pipe
toJSON()
Section titled “toJSON()”static toJSON(): unknown
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:21
Returns
Section titled “Returns”unknown
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().toJSON
toString()
Section titled “toString()”static toString(): string
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:20
Returns
Section titled “Returns”string
Inherited from
Section titled “Inherited from”Context.Tag('ImportEndpointConfig')< ImportEndpointConfig, { readonly endpoint: string; }>().toString
ImportPostsEndpointConfig
Section titled “ImportPostsEndpointConfig”Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:102^
Extends
Section titled “Extends”TagClassShape
<"ImportPostsEndpointConfig"
, {endpoint
:string
;useBlogPkg
:boolean
; },this
>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ImportPostsEndpointConfig(_: never): ImportPostsEndpointConfig
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:85
Parameters
Section titled “Parameters”never
Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().constructor
Properties
Section titled “Properties”[TagTypeId]
Section titled “[TagTypeId]”readonly [TagTypeId]: typeof TagTypeId;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:76
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().[TagTypeId]
Id: "ImportPostsEndpointConfig";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:75
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().Id
readonly Type: { endpoint: string; useBlogPkg: boolean;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:77
endpoint
Section titled “endpoint”readonly endpoint: string;
useBlogPkg
Section titled “useBlogPkg”readonly useBlogPkg: boolean;
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().Type
readonly static _op: "Tag";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:28
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>()._op
[ChannelTypeId]
Section titled “[ChannelTypeId]”readonly static [ChannelTypeId]: VarianceStruct<never, unknown, never, unknown, { endpoint: string; useBlogPkg: boolean;}, unknown, ImportPostsEndpointConfig>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Channel.d.ts:108
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().[ChannelTypeId]
[EffectTypeId]
Section titled “[EffectTypeId]”readonly static [EffectTypeId]: VarianceStruct<{ endpoint: string; useBlogPkg: boolean;}, never, ImportPostsEndpointConfig>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Effect.d.ts:195
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().[EffectTypeId]
[ignoreSymbol]?
Section titled “[ignoreSymbol]?”static optional [ignoreSymbol]: TagUnifyIgnore;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:41
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().[ignoreSymbol]
[SinkTypeId]
Section titled “[SinkTypeId]”readonly static [SinkTypeId]: VarianceStruct<{ endpoint: string; useBlogPkg: boolean;}, unknown, never, never, ImportPostsEndpointConfig>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Sink.d.ts:82
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().[SinkTypeId]
[STMTypeId]
Section titled “[STMTypeId]”readonly static [STMTypeId]: { _A: Covariant<{ endpoint: string; useBlogPkg: boolean; }>; _E: Covariant<never>; _R: Covariant<ImportPostsEndpointConfig>;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/STM.d.ts:136
readonly _A: Covariant<{ endpoint: string; useBlogPkg: boolean;}>;
readonly _E: Covariant<never>;
readonly _R: Covariant<ImportPostsEndpointConfig>;
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().[STMTypeId]
[StreamTypeId]
Section titled “[StreamTypeId]”readonly static [StreamTypeId]: VarianceStruct<{ endpoint: string; useBlogPkg: boolean;}, never, ImportPostsEndpointConfig>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Stream.d.ts:111
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().[StreamTypeId]
[TagTypeId]
Section titled “[TagTypeId]”readonly static [TagTypeId]: { _Identifier: Invariant<ImportPostsEndpointConfig>; _Service: Invariant<{ endpoint: string; useBlogPkg: boolean; }>;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:31
_Identifier
Section titled “_Identifier”readonly _Identifier: Invariant<ImportPostsEndpointConfig>;
_Service
Section titled “_Service”readonly _Service: Invariant<{ endpoint: string; useBlogPkg: boolean;}>;
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().[TagTypeId]
[typeSymbol]?
Section titled “[typeSymbol]?”static optional [typeSymbol]: unknown;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:39
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().[typeSymbol]
[unifySymbol]?
Section titled “[unifySymbol]?”static optional [unifySymbol]: TagUnify<TagClass<ImportPostsEndpointConfig, "ImportPostsEndpointConfig", { endpoint: string; useBlogPkg: boolean;}>>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:40
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().[unifySymbol]
Identifier
Section titled “Identifier”readonly static Identifier: ImportPostsEndpointConfig;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:30
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().Identifier
readonly static key: "ImportPostsEndpointConfig";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:86
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().key
Service
Section titled “Service”readonly static Service: { endpoint: string; useBlogPkg: boolean;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:29
endpoint
Section titled “endpoint”readonly endpoint: string;
useBlogPkg
Section titled “useBlogPkg”readonly useBlogPkg: boolean;
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().Service
stack?
Section titled “stack?”readonly static optional stack: string;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:37
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().stack
Methods
Section titled “Methods”[iterator]()
Section titled “[iterator]()”static iterator: EffectGenerator<Tag<ImportPostsEndpointConfig, { endpoint: string; useBlogPkg: boolean;}>>
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Effect.d.ts:137
Returns
Section titled “Returns”EffectGenerator
<Tag
<ImportPostsEndpointConfig
, {
endpoint
: string
;
useBlogPkg
: boolean
;
}>>
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().[iterator]
[NodeInspectSymbol]()
Section titled “[NodeInspectSymbol]()”static NodeInspectSymbol: unknown
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:22
Returns
Section titled “Returns”unknown
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().[NodeInspectSymbol]
context()
Section titled “context()”static context(self: { endpoint: string; useBlogPkg: boolean;}): Context<ImportPostsEndpointConfig>
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:36
Parameters
Section titled “Parameters”endpoint
Section titled “endpoint”string
useBlogPkg
Section titled “useBlogPkg”boolean
Returns
Section titled “Returns”Context
<ImportPostsEndpointConfig
>
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().context
makeLayer()
Section titled “makeLayer()”static makeLayer(endpoint: string, useBlogPkg: boolean): Layer<ImportPostsEndpointConfig, never, never>
Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:109^
Parameters
Section titled “Parameters”endpoint
Section titled “endpoint”string
useBlogPkg
Section titled “useBlogPkg”boolean
= false
Returns
Section titled “Returns”Layer
<ImportPostsEndpointConfig
, never
, never
>
makeProvide()
Section titled “makeProvide()”static makeProvide(endpoint: string, useBlogPkg: boolean): <A, E, R>(self: Effect<A, E, R>) => Effect<A, E, Exclude<R, ImportPostsEndpointConfig>>
Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:112^
Parameters
Section titled “Parameters”endpoint
Section titled “endpoint”string
useBlogPkg
Section titled “useBlogPkg”boolean
= false
Returns
Section titled “Returns”Function
Type Parameters
Section titled “Type Parameters”A
E
R
Parameters
Section titled “Parameters”Effect
<A
, E
, R
>
Returns
Section titled “Returns”Effect
<A
, E
, Exclude
<R
, ImportPostsEndpointConfig
>>
static of(self: { endpoint: string; useBlogPkg: boolean; }): { endpoint: string; useBlogPkg: boolean;}
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:35
Parameters
Section titled “Parameters”endpoint
Section titled “endpoint”string
useBlogPkg
Section titled “useBlogPkg”boolean
Returns
Section titled “Returns”{ endpoint: string; useBlogPkg: boolean;}
endpoint
Section titled “endpoint”readonly endpoint: string;
useBlogPkg
Section titled “useBlogPkg”readonly useBlogPkg: boolean;
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().of
pipe()
Section titled “pipe()”Call Signature
Section titled “Call Signature”static pipe<A>(this: A): A
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:10
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”A
Returns
Section titled “Returns”A
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B>(this: A, ab: (_: A) => B): B
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:11
Type Parameters
Section titled “Type Parameters”A
B
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
Returns
Section titled “Returns”B
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C>( this: A, ab: (_: A) => B, bc: (_: B) => C): C
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:12
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
Returns
Section titled “Returns”C
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D): D
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:13
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
Returns
Section titled “Returns”D
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E): E
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:14
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
Returns
Section titled “Returns”E
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F): F
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:15
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
Returns
Section titled “Returns”F
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G): G
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:16
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
Returns
Section titled “Returns”G
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H): H
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:17
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
Returns
Section titled “Returns”H
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I): I
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:18
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
Returns
Section titled “Returns”I
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J): J
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:19
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
Returns
Section titled “Returns”J
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K): K
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:20
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
Returns
Section titled “Returns”K
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L): L
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:21
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
Returns
Section titled “Returns”L
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M): M
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:22
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
Returns
Section titled “Returns”M
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N): N
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:23
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
Returns
Section titled “Returns”N
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O): O
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:24
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
Returns
Section titled “Returns”O
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P): P
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:25
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
Returns
Section titled “Returns”P
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q): Q
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:26
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
Returns
Section titled “Returns”Q
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R): R
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:27
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
Returns
Section titled “Returns”R
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S): S
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:28
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
Returns
Section titled “Returns”S
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T): T
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:29
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
Returns
Section titled “Returns”T
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T, tu: (_: T) => U): U
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:30
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
U
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
(_
: T
) => U
Returns
Section titled “Returns”U
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T, tu: (_: T) => U): U
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:31
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
U
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
(_
: T
) => U
Returns
Section titled “Returns”U
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().pipe
toJSON()
Section titled “toJSON()”static toJSON(): unknown
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:21
Returns
Section titled “Returns”unknown
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().toJSON
toString()
Section titled “toString()”static toString(): string
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:20
Returns
Section titled “Returns”string
Inherited from
Section titled “Inherited from”Context.Tag('ImportPostsEndpointConfig')< ImportPostsEndpointConfig, { readonly endpoint: string; readonly useBlogPkg: boolean; }>().toString
RawPageData
Section titled “RawPageData”Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:127^
Extends
Section titled “Extends”TagClassShape
<"RawPageData"
, {page
:unknown
; },this
>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new RawPageData(_: never): RawPageData
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:85
Parameters
Section titled “Parameters”never
Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().constructor
Properties
Section titled “Properties”[TagTypeId]
Section titled “[TagTypeId]”readonly [TagTypeId]: typeof TagTypeId;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:76
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().[TagTypeId]
Id: "RawPageData";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:75
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().Id
readonly Type: { page: unknown;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:77
readonly page: unknown;
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().Type
readonly static _op: "Tag";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:28
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>()._op
[ChannelTypeId]
Section titled “[ChannelTypeId]”readonly static [ChannelTypeId]: VarianceStruct<never, unknown, never, unknown, { page: unknown;}, unknown, RawPageData>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Channel.d.ts:108
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().[ChannelTypeId]
[EffectTypeId]
Section titled “[EffectTypeId]”readonly static [EffectTypeId]: VarianceStruct<{ page: unknown;}, never, RawPageData>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Effect.d.ts:195
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().[EffectTypeId]
[ignoreSymbol]?
Section titled “[ignoreSymbol]?”static optional [ignoreSymbol]: TagUnifyIgnore;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:41
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().[ignoreSymbol]
[SinkTypeId]
Section titled “[SinkTypeId]”readonly static [SinkTypeId]: VarianceStruct<{ page: unknown;}, unknown, never, never, RawPageData>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Sink.d.ts:82
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().[SinkTypeId]
[STMTypeId]
Section titled “[STMTypeId]”readonly static [STMTypeId]: { _A: Covariant<{ page: unknown; }>; _E: Covariant<never>; _R: Covariant<RawPageData>;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/STM.d.ts:136
readonly _A: Covariant<{ page: unknown;}>;
readonly _E: Covariant<never>;
readonly _R: Covariant<RawPageData>;
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().[STMTypeId]
[StreamTypeId]
Section titled “[StreamTypeId]”readonly static [StreamTypeId]: VarianceStruct<{ page: unknown;}, never, RawPageData>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Stream.d.ts:111
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().[StreamTypeId]
[TagTypeId]
Section titled “[TagTypeId]”readonly static [TagTypeId]: { _Identifier: Invariant<RawPageData>; _Service: Invariant<{ page: unknown; }>;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:31
_Identifier
Section titled “_Identifier”readonly _Identifier: Invariant<RawPageData>;
_Service
Section titled “_Service”readonly _Service: Invariant<{ page: unknown;}>;
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().[TagTypeId]
[typeSymbol]?
Section titled “[typeSymbol]?”static optional [typeSymbol]: unknown;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:39
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().[typeSymbol]
[unifySymbol]?
Section titled “[unifySymbol]?”static optional [unifySymbol]: TagUnify<TagClass<RawPageData, "RawPageData", { page: unknown;}>>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:40
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().[unifySymbol]
Identifier
Section titled “Identifier”readonly static Identifier: RawPageData;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:30
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().Identifier
readonly static key: "RawPageData";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:86
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().key
Service
Section titled “Service”readonly static Service: { page: unknown;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:29
readonly page: unknown;
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().Service
stack?
Section titled “stack?”readonly static optional stack: string;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:37
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().stack
Methods
Section titled “Methods”[iterator]()
Section titled “[iterator]()”static iterator: EffectGenerator<Tag<RawPageData, { page: unknown;}>>
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Effect.d.ts:137
Returns
Section titled “Returns”EffectGenerator
<Tag
<RawPageData
, {
page
: unknown
;
}>>
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().[iterator]
[NodeInspectSymbol]()
Section titled “[NodeInspectSymbol]()”static NodeInspectSymbol: unknown
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:22
Returns
Section titled “Returns”unknown
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().[NodeInspectSymbol]
context()
Section titled “context()”static context(self: { page: unknown;}): Context<RawPageData>
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:36
Parameters
Section titled “Parameters”unknown
Returns
Section titled “Returns”Context
<RawPageData
>
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().context
makeLayer()
Section titled “makeLayer()”static makeLayer(page: unknown): Layer<RawPageData, never, never>
Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:133^
Parameters
Section titled “Parameters”unknown
Returns
Section titled “Returns”Layer
<RawPageData
, never
, never
>
makeProvide()
Section titled “makeProvide()”static makeProvide(page: unknown): <A, E, R>(self: Effect<A, E, R>) => Effect<A, E, Exclude<R, RawPageData>>
Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:135^
Parameters
Section titled “Parameters”unknown
Returns
Section titled “Returns”Function
Type Parameters
Section titled “Type Parameters”A
E
R
Parameters
Section titled “Parameters”Effect
<A
, E
, R
>
Returns
Section titled “Returns”Effect
<A
, E
, Exclude
<R
, RawPageData
>>
static of(self: { page: unknown; }): { page: unknown;}
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:35
Parameters
Section titled “Parameters”unknown
Returns
Section titled “Returns”{ page: unknown;}
readonly page: unknown;
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().of
pipe()
Section titled “pipe()”Call Signature
Section titled “Call Signature”static pipe<A>(this: A): A
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:10
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”A
Returns
Section titled “Returns”A
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B>(this: A, ab: (_: A) => B): B
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:11
Type Parameters
Section titled “Type Parameters”A
B
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
Returns
Section titled “Returns”B
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C>( this: A, ab: (_: A) => B, bc: (_: B) => C): C
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:12
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
Returns
Section titled “Returns”C
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D): D
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:13
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
Returns
Section titled “Returns”D
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E): E
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:14
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
Returns
Section titled “Returns”E
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F): F
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:15
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
Returns
Section titled “Returns”F
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G): G
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:16
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
Returns
Section titled “Returns”G
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H): H
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:17
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
Returns
Section titled “Returns”H
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I): I
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:18
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
Returns
Section titled “Returns”I
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J): J
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:19
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
Returns
Section titled “Returns”J
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K): K
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:20
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
Returns
Section titled “Returns”K
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L): L
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:21
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
Returns
Section titled “Returns”L
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M): M
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:22
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
Returns
Section titled “Returns”M
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N): N
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:23
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
Returns
Section titled “Returns”N
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O): O
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:24
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
Returns
Section titled “Returns”O
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P): P
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:25
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
Returns
Section titled “Returns”P
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q): Q
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:26
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
Returns
Section titled “Returns”Q
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R): R
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:27
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
Returns
Section titled “Returns”R
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S): S
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:28
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
Returns
Section titled “Returns”S
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T): T
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:29
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
Returns
Section titled “Returns”T
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T, tu: (_: T) => U): U
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:30
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
U
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
(_
: T
) => U
Returns
Section titled “Returns”U
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T, tu: (_: T) => U): U
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:31
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
U
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
(_
: T
) => U
Returns
Section titled “Returns”U
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().pipe
toJSON()
Section titled “toJSON()”static toJSON(): unknown
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:21
Returns
Section titled “Returns”unknown
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().toJSON
toString()
Section titled “toString()”static toString(): string
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:20
Returns
Section titled “Returns”string
Inherited from
Section titled “Inherited from”Context.Tag('RawPageData')< RawPageData, { readonly page: unknown; }>().toString
StringConfig
Section titled “StringConfig”Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:5^
Extends
Section titled “Extends”TagClassShape
<"StringConfig"
, {str
:string
; },this
>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new StringConfig(_: never): StringConfig
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:85
Parameters
Section titled “Parameters”never
Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().constructor
Properties
Section titled “Properties”[TagTypeId]
Section titled “[TagTypeId]”readonly [TagTypeId]: typeof TagTypeId;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:76
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().[TagTypeId]
Id: "StringConfig";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:75
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().Id
readonly Type: { str: string;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:77
readonly str: string;
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().Type
readonly static _op: "Tag";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:28
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>()._op
[ChannelTypeId]
Section titled “[ChannelTypeId]”readonly static [ChannelTypeId]: VarianceStruct<never, unknown, never, unknown, { str: string;}, unknown, StringConfig>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Channel.d.ts:108
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().[ChannelTypeId]
[EffectTypeId]
Section titled “[EffectTypeId]”readonly static [EffectTypeId]: VarianceStruct<{ str: string;}, never, StringConfig>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Effect.d.ts:195
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().[EffectTypeId]
[ignoreSymbol]?
Section titled “[ignoreSymbol]?”static optional [ignoreSymbol]: TagUnifyIgnore;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:41
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().[ignoreSymbol]
[SinkTypeId]
Section titled “[SinkTypeId]”readonly static [SinkTypeId]: VarianceStruct<{ str: string;}, unknown, never, never, StringConfig>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Sink.d.ts:82
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().[SinkTypeId]
[STMTypeId]
Section titled “[STMTypeId]”readonly static [STMTypeId]: { _A: Covariant<{ str: string; }>; _E: Covariant<never>; _R: Covariant<StringConfig>;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/STM.d.ts:136
readonly _A: Covariant<{ str: string;}>;
readonly _E: Covariant<never>;
readonly _R: Covariant<StringConfig>;
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().[STMTypeId]
[StreamTypeId]
Section titled “[StreamTypeId]”readonly static [StreamTypeId]: VarianceStruct<{ str: string;}, never, StringConfig>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Stream.d.ts:111
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().[StreamTypeId]
[TagTypeId]
Section titled “[TagTypeId]”readonly static [TagTypeId]: { _Identifier: Invariant<StringConfig>; _Service: Invariant<{ str: string; }>;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:31
_Identifier
Section titled “_Identifier”readonly _Identifier: Invariant<StringConfig>;
_Service
Section titled “_Service”readonly _Service: Invariant<{ str: string;}>;
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().[TagTypeId]
[typeSymbol]?
Section titled “[typeSymbol]?”static optional [typeSymbol]: unknown;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:39
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().[typeSymbol]
[unifySymbol]?
Section titled “[unifySymbol]?”static optional [unifySymbol]: TagUnify<TagClass<StringConfig, "StringConfig", { str: string;}>>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:40
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().[unifySymbol]
Identifier
Section titled “Identifier”readonly static Identifier: StringConfig;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:30
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().Identifier
readonly static key: "StringConfig";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:86
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().key
Service
Section titled “Service”readonly static Service: { str: string;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:29
readonly str: string;
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().Service
stack?
Section titled “stack?”readonly static optional stack: string;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:37
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().stack
Methods
Section titled “Methods”[iterator]()
Section titled “[iterator]()”static iterator: EffectGenerator<Tag<StringConfig, { str: string;}>>
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Effect.d.ts:137
Returns
Section titled “Returns”EffectGenerator
<Tag
<StringConfig
, {
str
: string
;
}>>
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().[iterator]
[NodeInspectSymbol]()
Section titled “[NodeInspectSymbol]()”static NodeInspectSymbol: unknown
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:22
Returns
Section titled “Returns”unknown
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().[NodeInspectSymbol]
context()
Section titled “context()”static context(self: { str: string;}): Context<StringConfig>
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:36
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”Context
<StringConfig
>
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().context
makeLayer()
Section titled “makeLayer()”static makeLayer(str: string): Layer<StringConfig, never, never>
Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:11^
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”Layer
<StringConfig
, never
, never
>
makeProvide()
Section titled “makeProvide()”static makeProvide(str: string): <A, E, R>(self: Effect<A, E, R>) => Effect<A, E, Exclude<R, StringConfig>>
Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:19^
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”Function
Type Parameters
Section titled “Type Parameters”A
E
R
Parameters
Section titled “Parameters”Effect
<A
, E
, R
>
Returns
Section titled “Returns”Effect
<A
, E
, Exclude
<R
, StringConfig
>>
static of(self: { str: string; }): { str: string;}
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:35
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”{ str: string;}
readonly str: string;
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().of
pipe()
Section titled “pipe()”Call Signature
Section titled “Call Signature”static pipe<A>(this: A): A
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:10
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”A
Returns
Section titled “Returns”A
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B>(this: A, ab: (_: A) => B): B
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:11
Type Parameters
Section titled “Type Parameters”A
B
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
Returns
Section titled “Returns”B
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C>( this: A, ab: (_: A) => B, bc: (_: B) => C): C
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:12
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
Returns
Section titled “Returns”C
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D): D
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:13
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
Returns
Section titled “Returns”D
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E): E
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:14
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
Returns
Section titled “Returns”E
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F): F
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:15
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
Returns
Section titled “Returns”F
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G): G
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:16
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
Returns
Section titled “Returns”G
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H): H
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:17
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
Returns
Section titled “Returns”H
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I): I
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:18
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
Returns
Section titled “Returns”I
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J): J
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:19
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
Returns
Section titled “Returns”J
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K): K
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:20
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
Returns
Section titled “Returns”K
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L): L
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:21
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
Returns
Section titled “Returns”L
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M): M
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:22
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
Returns
Section titled “Returns”M
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N): N
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:23
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
Returns
Section titled “Returns”N
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O): O
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:24
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
Returns
Section titled “Returns”O
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P): P
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:25
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
Returns
Section titled “Returns”P
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q): Q
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:26
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
Returns
Section titled “Returns”Q
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R): R
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:27
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
Returns
Section titled “Returns”R
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S): S
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:28
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
Returns
Section titled “Returns”S
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T): T
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:29
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
Returns
Section titled “Returns”T
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T, tu: (_: T) => U): U
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:30
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
U
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
(_
: T
) => U
Returns
Section titled “Returns”U
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T, tu: (_: T) => U): U
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:31
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
U
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
(_
: T
) => U
Returns
Section titled “Returns”U
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().pipe
toJSON()
Section titled “toJSON()”static toJSON(): unknown
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:21
Returns
Section titled “Returns”unknown
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().toJSON
toString()
Section titled “toString()”static toString(): string
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:20
Returns
Section titled “Returns”string
Inherited from
Section titled “Inherited from”Context.Tag('StringConfig')< StringConfig, { readonly str: string; }>().toString
UseBlogPkgConfig
Section titled “UseBlogPkgConfig”Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:149^
Extends
Section titled “Extends”TagClassShape
<"UseBlogPkgConfig"
, {useBlogPkg
:boolean
; },this
>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new UseBlogPkgConfig(_: never): UseBlogPkgConfig
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:85
Parameters
Section titled “Parameters”never
Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().constructor
Properties
Section titled “Properties”[TagTypeId]
Section titled “[TagTypeId]”readonly [TagTypeId]: typeof TagTypeId;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:76
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().[TagTypeId]
Id: "UseBlogPkgConfig";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:75
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().Id
readonly Type: { useBlogPkg: boolean;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:77
useBlogPkg
Section titled “useBlogPkg”readonly useBlogPkg: boolean;
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().Type
readonly static _op: "Tag";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:28
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>()._op
[ChannelTypeId]
Section titled “[ChannelTypeId]”readonly static [ChannelTypeId]: VarianceStruct<never, unknown, never, unknown, { useBlogPkg: boolean;}, unknown, UseBlogPkgConfig>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Channel.d.ts:108
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().[ChannelTypeId]
[EffectTypeId]
Section titled “[EffectTypeId]”readonly static [EffectTypeId]: VarianceStruct<{ useBlogPkg: boolean;}, never, UseBlogPkgConfig>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Effect.d.ts:195
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().[EffectTypeId]
[ignoreSymbol]?
Section titled “[ignoreSymbol]?”static optional [ignoreSymbol]: TagUnifyIgnore;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:41
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().[ignoreSymbol]
[SinkTypeId]
Section titled “[SinkTypeId]”readonly static [SinkTypeId]: VarianceStruct<{ useBlogPkg: boolean;}, unknown, never, never, UseBlogPkgConfig>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Sink.d.ts:82
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().[SinkTypeId]
[STMTypeId]
Section titled “[STMTypeId]”readonly static [STMTypeId]: { _A: Covariant<{ useBlogPkg: boolean; }>; _E: Covariant<never>; _R: Covariant<UseBlogPkgConfig>;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/STM.d.ts:136
readonly _A: Covariant<{ useBlogPkg: boolean;}>;
readonly _E: Covariant<never>;
readonly _R: Covariant<UseBlogPkgConfig>;
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().[STMTypeId]
[StreamTypeId]
Section titled “[StreamTypeId]”readonly static [StreamTypeId]: VarianceStruct<{ useBlogPkg: boolean;}, never, UseBlogPkgConfig>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Stream.d.ts:111
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().[StreamTypeId]
[TagTypeId]
Section titled “[TagTypeId]”readonly static [TagTypeId]: { _Identifier: Invariant<UseBlogPkgConfig>; _Service: Invariant<{ useBlogPkg: boolean; }>;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:31
_Identifier
Section titled “_Identifier”readonly _Identifier: Invariant<UseBlogPkgConfig>;
_Service
Section titled “_Service”readonly _Service: Invariant<{ useBlogPkg: boolean;}>;
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().[TagTypeId]
[typeSymbol]?
Section titled “[typeSymbol]?”static optional [typeSymbol]: unknown;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:39
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().[typeSymbol]
[unifySymbol]?
Section titled “[unifySymbol]?”static optional [unifySymbol]: TagUnify<TagClass<UseBlogPkgConfig, "UseBlogPkgConfig", { useBlogPkg: boolean;}>>;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:40
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().[unifySymbol]
Identifier
Section titled “Identifier”readonly static Identifier: UseBlogPkgConfig;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:30
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().Identifier
readonly static key: "UseBlogPkgConfig";
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:86
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().key
Service
Section titled “Service”readonly static Service: { useBlogPkg: boolean;};
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:29
useBlogPkg
Section titled “useBlogPkg”readonly useBlogPkg: boolean;
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().Service
stack?
Section titled “stack?”readonly static optional stack: string;
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:37
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().stack
Methods
Section titled “Methods”[iterator]()
Section titled “[iterator]()”static iterator: EffectGenerator<Tag<UseBlogPkgConfig, { useBlogPkg: boolean;}>>
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Effect.d.ts:137
Returns
Section titled “Returns”EffectGenerator
<Tag
<UseBlogPkgConfig
, {
useBlogPkg
: boolean
;
}>>
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().[iterator]
[NodeInspectSymbol]()
Section titled “[NodeInspectSymbol]()”static NodeInspectSymbol: unknown
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:22
Returns
Section titled “Returns”unknown
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().[NodeInspectSymbol]
context()
Section titled “context()”static context(self: { useBlogPkg: boolean;}): Context<UseBlogPkgConfig>
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:36
Parameters
Section titled “Parameters”useBlogPkg
Section titled “useBlogPkg”boolean
Returns
Section titled “Returns”Context
<UseBlogPkgConfig
>
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().context
makeLayer()
Section titled “makeLayer()”static makeLayer(useBlogPkg: boolean): Layer<UseBlogPkgConfig, never, never>
Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:155^
Parameters
Section titled “Parameters”useBlogPkg
Section titled “useBlogPkg”boolean
Returns
Section titled “Returns”Layer
<UseBlogPkgConfig
, never
, never
>
makeProvide()
Section titled “makeProvide()”static makeProvide(useBlogPkg: boolean): <A, E, R>(self: Effect<A, E, R>) => Effect<A, E, Exclude<R, UseBlogPkgConfig>>
Defined in: studiocms/packages/@studiocms/devapps/src/effects/WordPressAPI/configs.ts:157^
Parameters
Section titled “Parameters”useBlogPkg
Section titled “useBlogPkg”boolean
Returns
Section titled “Returns”Function
Type Parameters
Section titled “Type Parameters”A
E
R
Parameters
Section titled “Parameters”Effect
<A
, E
, R
>
Returns
Section titled “Returns”Effect
<A
, E
, Exclude
<R
, UseBlogPkgConfig
>>
static of(self: { useBlogPkg: boolean; }): { useBlogPkg: boolean;}
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Context.d.ts:35
Parameters
Section titled “Parameters”useBlogPkg
Section titled “useBlogPkg”boolean
Returns
Section titled “Returns”{ useBlogPkg: boolean;}
useBlogPkg
Section titled “useBlogPkg”readonly useBlogPkg: boolean;
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().of
pipe()
Section titled “pipe()”Call Signature
Section titled “Call Signature”static pipe<A>(this: A): A
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:10
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”A
Returns
Section titled “Returns”A
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B>(this: A, ab: (_: A) => B): B
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:11
Type Parameters
Section titled “Type Parameters”A
B
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
Returns
Section titled “Returns”B
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C>( this: A, ab: (_: A) => B, bc: (_: B) => C): C
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:12
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
Returns
Section titled “Returns”C
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D): D
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:13
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
Returns
Section titled “Returns”D
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E): E
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:14
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
Returns
Section titled “Returns”E
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F): F
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:15
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
Returns
Section titled “Returns”F
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G): G
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:16
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
Returns
Section titled “Returns”G
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H): H
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:17
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
Returns
Section titled “Returns”H
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I): I
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:18
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
Returns
Section titled “Returns”I
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J): J
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:19
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
Returns
Section titled “Returns”J
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K): K
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:20
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
Returns
Section titled “Returns”K
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L): L
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:21
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
Returns
Section titled “Returns”L
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M): M
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:22
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
Returns
Section titled “Returns”M
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N): N
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:23
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
Returns
Section titled “Returns”N
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O): O
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:24
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
Returns
Section titled “Returns”O
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P): P
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:25
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
Returns
Section titled “Returns”P
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q): Q
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:26
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
Returns
Section titled “Returns”Q
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R): R
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:27
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
Returns
Section titled “Returns”R
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S): S
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:28
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
Returns
Section titled “Returns”S
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T): T
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:29
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
Returns
Section titled “Returns”T
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T, tu: (_: T) => U): U
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:30
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
U
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
(_
: T
) => U
Returns
Section titled “Returns”U
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().pipe
Call Signature
Section titled “Call Signature”static pipe<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U>( this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T, tu: (_: T) => U): U
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Pipeable.d.ts:31
Type Parameters
Section titled “Type Parameters”A
B
= never
C
= never
D
= never
E
= never
F
= never
G
= never
H
= never
I
= never
J
= never
K
= never
L
= never
M
= never
N
= never
O
= never
P
= never
Q
= never
R
= never
S
= never
T
= never
U
= never
Parameters
Section titled “Parameters”A
(_
: A
) => B
(_
: B
) => C
(_
: C
) => D
(_
: D
) => E
(_
: E
) => F
(_
: F
) => G
(_
: G
) => H
(_
: H
) => I
(_
: I
) => J
(_
: J
) => K
(_
: K
) => L
(_
: L
) => M
(_
: M
) => N
(_
: N
) => O
(_
: O
) => P
(_
: P
) => Q
(_
: Q
) => R
(_
: R
) => S
(_
: S
) => T
(_
: T
) => U
Returns
Section titled “Returns”U
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().pipe
toJSON()
Section titled “toJSON()”static toJSON(): unknown
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:21
Returns
Section titled “Returns”unknown
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().toJSON
toString()
Section titled “toString()”static toString(): string
Defined in: node_modules/.pnpm/effect@3.17.3/node_modules/effect/dist/dts/Inspectable.d.ts:20
Returns
Section titled “Returns”string
Inherited from
Section titled “Inherited from”Context.Tag('UseBlogPkgConfig')< UseBlogPkgConfig, { readonly useBlogPkg: boolean; }>().toString