Esposter
    Preparing search index...

    Variable notificationOptionsSchemaConst

    notificationOptionsSchema: ZodObject<
        {
            icon: ZodOptional<ZodNullable<ZodString>>;
            title: ZodOptional<ZodNullable<ZodString>>;
        },
        $strip,
    > = ...