export interface WpInlineScript {
	url: string;
	token: string;
}
