pl-api
    Preparing search index...

    Variable subscriptionOptionSchemaConst

    subscriptionOptionSchema: ObjectSchema<
        {
            chain_id: SchemaWithFallback<StringSchema<undefined>, "">;
            payout_address: SchemaWithFallback<StringSchema<undefined>, "">;
            price: SchemaWithFallback<
                NullableSchema<NumberSchema<undefined>, undefined>,
                null,
            >;
            type: PicklistSchema<["monero"], undefined>;
        },
        undefined,
    > = ...